Skip to content

Commit 0b6cae0

Browse files
committed
Improved README
1 parent d7872be commit 0b6cae0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Relay Library for GraphQL Python
22
================================
33

44
This is a library to allow the easy creation of Relay-compliant servers
5-
using the `GraphQL Python <https://github.com/dittos/graphqllib>`__
5+
using the `GraphQL Python <https://github.com/graphql-python/graphql-core>`__
66
reference implementation of a GraphQL server.
77

88
Note: The code is a **exact** port of the original `graphql-relay js
@@ -18,12 +18,12 @@ A basic understanding of GraphQL and of the GraphQL Python
1818
implementation is needed to provide context for this library.
1919

2020
An overview of GraphQL in general is available in the
21-
`README <https://github.com/dittos/graphqllib/blob/master/README.md>`__
21+
`README <https://github.com/graphql-python/graphql-core/blob/master/README.md>`__
2222
for the `Specification for
23-
GraphQL <https://github.com/dittos/graphqllib>`__.
23+
GraphQL <https://github.com/graphql-python/graphql-core>`__.
2424

2525
This library is designed to work with the the `GraphQL
26-
Python <https://github.com/dittos/graphqllib>`__ reference
26+
Python <https://github.com/graphql-python/graphql-core>`__ reference
2727
implementation of a GraphQL server.
2828

2929
An overview of the functionality that a Relay-compliant GraphQL server
@@ -42,11 +42,11 @@ Install Relay Library for GraphQL Python
4242

4343
.. code:: sh
4444
45-
pip install git+https://github.com/dittos/graphqllib.git # Last version of graphqllib
45+
pip install git+https://github.com/graphql-python/graphql-core.git # Last version of graphqllib
4646
pip install graphql-relay
4747
4848
When building a schema for
49-
`GraphQL <https://github.com/dittos/graphqllib>`__, the provided library
49+
`GraphQL <https://github.com/graphql-python/graphql-core>`__, the provided library
5050
functions can be used to simplify the creation of Relay patterns.
5151

5252
Connections

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def run_tests(self):
2424

2525
setup(
2626
name='graphql-relay',
27-
version='0.1.2',
27+
version='0.1.3',
2828

2929
description='Relay implementation for Python',
3030
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)