Skip to content

Commit 3441512

Browse files
authored
Fix the deprecation link
1 parent 984bb4d commit 3441512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/faq/GettingStarted.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It depends on your use case, but in general, GraphQL has a few key features that
1212
* Aggregate data from [multiple UI components](/learn/queries/#fragments).
1313
* Create a representation of your data that feels familiar and natural ([a graph](/learn/thinking-in-graphs/#it-s-graphs-all-the-way-down)).
1414
* Ensure that all of your data is [statically typed](/learn/schema/) and these types inform [what queries the schema supports](/learn/introspection/).
15-
* [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.
15+
* [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.
1616
* Access to a [powerful tooling ecosystem](/code/#generic-tools) with GUIs, editor integrations, code generation, linting, analytics, and more.
1717

1818
[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
4747

4848
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.
4949

50-
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.
50+
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.

0 commit comments

Comments
 (0)