diff --git a/docs/tutorials/beginner/graphql.mdx b/docs/tutorials/beginner/graphql.mdx index 08e60f9..e58addb 100644 --- a/docs/tutorials/beginner/graphql.mdx +++ b/docs/tutorials/beginner/graphql.mdx @@ -117,6 +117,6 @@ Execute the query and we should see the same results as before, except this time ## Next Steps Now that we can build and test a range of GraphQL queries, we are ready to apply these skills to a real project. The following tutorials build on what we've learned by bringing GraphQL together with other technologies to create a range of useful applications: -- [Build a CSV dataset with GraphQL and Python](../basic/csv-dataset-with-python.md) -- [Build a Bestiary with GraphQL and React](../advanced/bestiary-with-react.md) -- [Build a Spellbook App with GraphQL and Swift](../advanced/spellbook-with-swift.md) \ No newline at end of file +- [Build a CSV dataset with GraphQL and Python](/#) +- [Build a Bestiary with GraphQL and React](/#) +- [Build a Spellbook App with GraphQL and Swift](/#) \ No newline at end of file