From 7fb7e00ce469efa8bfbfb97969c27d58bb2b83ca Mon Sep 17 00:00:00 2001 From: Ashar Fuadi Date: Sat, 14 Dec 2024 19:44:12 +0700 Subject: [PATCH] Docs: fix broken build --- web/docs/topic-guides/10-styles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/docs/topic-guides/10-styles.md b/web/docs/topic-guides/10-styles.md index ff4f7d1..d8288f6 100644 --- a/web/docs/topic-guides/10-styles.md +++ b/web/docs/topic-guides/10-styles.md @@ -16,7 +16,7 @@ If called, indicates that the problem does not need the test case output files. ## `CustomScorer()` -If called, indicates that the solution's output will be checked with a custom [scorer](../api/helper#scorer) (a.k.a. "checker") program. +If called, indicates that the solution's output will be checked with a custom [scorer](../api/helpers#scorer) (a.k.a. "checker") program. Usually, the scorer does not need any test case output, so in most cases the `NoOutput()` option is also called. @@ -45,7 +45,7 @@ Scorer will also be used during [local grading](./grading). ## `InteractiveEvaluator()` -If called, indicates that the solution will communicate with a [communicator](../api/helper#communicator) (a.k.a "interactor") program. +If called, indicates that the solution will communicate with a [communicator](../api/helpers#communicator) (a.k.a "interactor") program. This option always requires the `NoOutput()` option to be called.