From 03c7290f5a5d016536b98cf525b3bce68603928f Mon Sep 17 00:00:00 2001 From: Moien Tajik Date: Mon, 23 Nov 2020 11:30:02 +0330 Subject: [PATCH] Update v10 index page documentation links (#2640) --- website/src/docs/hotchocolate/v10/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/docs/hotchocolate/v10/index.md b/website/src/docs/hotchocolate/v10/index.md index b0e22587d00..d3916ec8620 100644 --- a/website/src/docs/hotchocolate/v10/index.md +++ b/website/src/docs/hotchocolate/v10/index.md @@ -63,7 +63,7 @@ var executor = schema.MakeExecutable(); Console.WriteLine(executor.Execute("{ hello }").ToJson()); ``` -[Learn more](/docs/hotchocolate/v10/schema/schema-first) +[Learn more](/docs/hotchocolate/v10/schema-first) ## Mix it all together @@ -128,7 +128,7 @@ public class PersonResolvers } ``` -[Learn more](/docs/hotchocolate/v10/data-fetching/dataloaders) +[Learn more](/docs/hotchocolate/v10/data-fetching) ## Support for Custom Directives @@ -174,7 +174,7 @@ public class QueryType : ObjectType } ``` -[Learn more](/docs/hotchocolate/v10/security/authorization) +[Learn more](/docs/hotchocolate/v10/security#authorization) ## Built-in Support for Filters