From 1f7ff19a08e3b4c27fb95c4f93216b41ad688a13 Mon Sep 17 00:00:00 2001 From: Arad Aral Date: Fri, 9 Oct 2020 22:00:08 +0330 Subject: [PATCH] Correcting the link to the execution options The link to the page containing the list of execution options was incorrect. It was pointing to `/schema/options`. Changed it to `/execution-engine/execution-options`. --- website/src/docs/hotchocolate/v10/security/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/hotchocolate/v10/security/security.md b/website/src/docs/hotchocolate/v10/security/security.md index b97c86580be..96ef832097b 100644 --- a/website/src/docs/hotchocolate/v10/security/security.md +++ b/website/src/docs/hotchocolate/v10/security/security.md @@ -130,4 +130,4 @@ public readonly struct ComplexityContext } ``` -All of the execution options are listed [here](/docs/hotchocolate/v10/schema/options). +All of the execution options are listed [here](/docs/hotchocolate/v10/execution-engine/execution-options/).