From d47eba49d4e8c9692fc5d239898f6b65ec32857b Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Fri, 1 Nov 2024 10:26:29 +0000 Subject: [PATCH] Fix link to /learn/schema --- src/pages/learn/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/learn/index.mdx b/src/pages/learn/index.mdx index ec4a3503be..c5054ea04c 100644 --- a/src/pages/learn/index.mdx +++ b/src/pages/learn/index.mdx @@ -100,6 +100,6 @@ The examples in this guide are based on [a modified version of the SWAPI GraphQL ## Next steps -Now that you know some key GraphQL concepts, you're ready to learn about all of the different aspects of its [type system](/schema/). +Now that you know some key GraphQL concepts, you're ready to learn about all of the different aspects of its [type system](/learn/schema/). For an in-depth learning experience with practical tutorials, see [the available training courses](/community/resources/training-courses).