From 34415122b635da0f10bdac6835f8985e74568cc8 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 3 Jun 2022 11:59:22 +0200 Subject: [PATCH] Fix the deprecation link --- src/content/faq/GettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/faq/GettingStarted.md b/src/content/faq/GettingStarted.md index 1c9628ce8e..4aa687c47c 100644 --- a/src/content/faq/GettingStarted.md +++ b/src/content/faq/GettingStarted.md @@ -12,7 +12,7 @@ It depends on your use case, but in general, GraphQL has a few key features that * Aggregate data from [multiple UI components](/learn/queries/#fragments). * Create a representation of your data that feels familiar and natural ([a graph](/learn/thinking-in-graphs/#it-s-graphs-all-the-way-down)). * Ensure that all of your data is [statically typed](/learn/schema/) and these types inform [what queries the schema supports](/learn/introspection/). -* [Reduce the need for breaking changes](/learn/best-practices/#versioning), but utilize a [built-in mechanism for deprecations](https://spec.graphql.org/draft/#sec-Deprecation) when you need to. +* [Reduce the need for breaking changes](/learn/best-practices/#versioning), but utilize a [built-in mechanism for deprecations](https://spec.graphql.org/draft/#sec--deprecated) when you need to. * Access to a [powerful tooling ecosystem](/code/#generic-tools) with GUIs, editor integrations, code generation, linting, analytics, and more. [Our homepage](/) outlines even more reasons to use GraphQL. @@ -47,4 +47,4 @@ Before you start your learning journey, make sure you know [what an API is](http No, not at all. [GraphQL is a specification](https://spec.graphql.org/) that can be [implemented in any language](/learn/schema/#type-language). Our [Code page](/code/) contains a long list of libraries in many different programming languages to help with that. -It’s understandable why you’d think this, though. GraphQL was introduced at a [React conference](https://www.youtube.com/watch?v=9sc8Pyc51uU) and [GraphQL.js](/graphql-js/) is one of the most widely used implementations to date. We know this can be confusing, so we’re working to improve our documentation and add more code samples that aren’t written in JavaScript. \ No newline at end of file +It’s understandable why you’d think this, though. GraphQL was introduced at a [React conference](https://www.youtube.com/watch?v=9sc8Pyc51uU) and [GraphQL.js](/graphql-js/) is one of the most widely used implementations to date. We know this can be confusing, so we’re working to improve our documentation and add more code samples that aren’t written in JavaScript.