Skip to content

Commit 328b522

Browse files
committed
Fix URL for Read the Docs
The name graphql-core was already taken by Meerkat, therefore we now use the name graphql-core-3.
1 parent 685b615 commit 328b522

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ the JavaScript reference implementation for [GraphQL](https://graphql.org/),
55
a query language for APIs created by Facebook.
66

77
[![PyPI version](https://badge.fury.io/py/graphql-core.svg)](https://badge.fury.io/py/graphql-core)
8-
[![Documentation Status](https://readthedocs.org/projects/graphql-core/badge/)](https://graphql-core.readthedocs.io)
8+
[![Documentation Status](https://readthedocs.org/projects/graphql-core-3/badge/)](https://graphql-core-3.readthedocs.io)
99
[![Build Status](https://travis-ci.com/graphql-python/graphql-core.svg?branch=master)](https://travis-ci.com/graphql-python/graphql-core)
1010
[![Coverage Status](https://codecov.io/gh/graphql-python/graphql-core/branch/master/graph/badge.svg)](https://codecov.io/gh/graphql-python/graphql-core)
1111
[![Dependency Updates](https://pyup.io/repos/github/graphql-python/graphql-core/shield.svg)](https://pyup.io/repos/github/graphql-python/graphql-core/)
@@ -21,7 +21,7 @@ An extensive test suite with over 2100 unit tests and 100% coverage also replica
2121
## Documentation
2222

2323
A more detailed documentation for GraphQL-core 3 can be found at
24-
[graphql-core.readthedocs.io](https://graphql-core.readthedocs.io/).
24+
[graphql-core-3.readthedocs.io](https://graphql-core-3.readthedocs.io/).
2525

2626
The documentation for GraphQL.js can be found at [graphql.org/graphql-js/](https://graphql.org/graphql-js/).
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
readme = "README.md"
1212
homepage = "https://github.com/graphql-python/graphql-core"
1313
repository = "https://github.com/graphql-python/graphql-core"
14-
documentation = "https://graphql-core.readthedocs.io/"
14+
documentation = "https://graphql-core-3.readthedocs.io/"
1515
keywords = ["graphql"]
1616
classifiers = [
1717
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)