Skip to content

Commit dbdb886

Browse files
authored
Fixes #1190
1 parent 399816f commit dbdb886

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

content/developers/overview/about-githubs-apis.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ versions:
99
github-ae: '*'
1010
---
1111

12-
There are two stable versions of the GitHub API: the [REST API](/v3/) and the [GraphQL API](/v4/).
13-
14-
When using the REST API, we encourage you to [request v3 via the `Accept` header](/v3/media/#request-specific-version).
15-
16-
For information on using the GraphQL API, see the [v4 docs](/v4/).
12+
You can use the stable GitHub API via:
13+
- [GraphQL API](https://docs.github.com/en/free-pro-team@latest/v4)
14+
- [REST API](https://docs.github.com/en/free-pro-team@latest/v3) where we encourage you to [request v3 via the `Accept` header.](https://docs.github.com/en/free-pro-team@latest/v3/media/#request-specific-version)
1715

1816
## Deprecated versions
1917

0 commit comments

Comments
 (0)