Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update link to GraphQL website #183

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo

First, we will describe what data can be obtained from our API.

In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas.
In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas.

We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.13.0/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo

First, we will describe what data can be obtained from our API.

In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas.
In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas.

We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.18/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo

First, we will describe what data can be obtained from our API.

In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas.
In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas.

We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.22/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo

First, we will describe what data can be obtained from our API.

In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas.
In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas.

We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.4.0/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo

First, we will describe what data can be obtained from our API.

In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas.
In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas.

We will start by defining the special type `Query` that GraphQL services use as entry point for all reading operations. Next, we will specify a single field on it, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.6.0/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo

First, we will describe what data can be obtained from our API.

In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas.
In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas.

We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.7.0/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo

First, we will describe what data can be obtained from our API.

In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas.
In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas.

We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`.

Expand Down