Skip to content

Commit 7e2c777

Browse files
authored
Point introduction to available training courses (#1623)
1 parent 710b773 commit 7e2c777

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/learn/Introduction.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ next: /learn/queries/
99

1010
> Learn about GraphQL, how it works, and how to use it. Looking for documentation on how to build a GraphQL service?
1111
> There are libraries to help you implement GraphQL in [many different languages](/code/). For an in-depth learning experience
12-
> with practical tutorials, see [How to GraphQL](https://www.howtographql.com). Check out the
13-
> free online course,
14-
> [Exploring GraphQL: A Query Language for APIs](https://www.edx.org/course/exploring-graphql-a-query-language-for-apis).
12+
> with practical tutorials, see [the available training courses](/community/users/#training-courses).
1513
1614
GraphQL is a query language for your API, and a server-side runtime for executing queries using a type system you define for your
1715
data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.

0 commit comments

Comments
 (0)