From 7f9ff2430cd621fb9e7fe4408c72c35a8ffd420e Mon Sep 17 00:00:00 2001 From: Charlie Voiselle <464492+angrycub@users.noreply.github.com> Date: Fri, 22 Jul 2022 12:27:45 -0400 Subject: [PATCH] Fix link (#13881) --- website/content/api-docs/evaluations.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/api-docs/evaluations.mdx b/website/content/api-docs/evaluations.mdx index 0a36a6f5e..a209fcd02 100644 --- a/website/content/api-docs/evaluations.mdx +++ b/website/content/api-docs/evaluations.mdx @@ -208,7 +208,7 @@ $ curl \ This endpoint deletes evaluations. In order to utilise this endpoint the eval broker should be paused via the -[update_scheduler_configuration][operator scheduler update configuration] API +[operator scheduler update configuration][update_scheduler_configuration] API endpoint. This API endpoint should be used cautiously and only in outage situations where @@ -382,4 +382,4 @@ $ curl \ ] ``` -[update_scheduler_configuration]: api-docs/operator/scheduler#update-scheduler-configuration +[update_scheduler_configuration]: /api-docs/operator/scheduler#update-scheduler-configuration