Skip to content

Commit c65d2bb

Browse files
authored
Merge pull request #1 from graphql-python/chore/update-readme
chore: update links to the graphql-python repo
2 parents d09d7f7 + 5acc8c3 commit c65d2bb

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@ Federation support for ![Graphene Logo](http://graphene-python.org/favicon.png)
66
[![Coverage Status][coveralls-image]][coveralls-url]
77
[![Integration Tests Status][integration-tests-image]][integration-tests-url]
88

9-
[unit-tests-image]: https://github.com/loft-orbital/graphene-federation/workflows/Unit%20Tests/badge.svg?branch=loft-master
10-
[unit-tests-url]: https://github.com/loft-orbital/graphene-federation/actions?query=workflow%3A"Unit+Tests"
11-
[coveralls-image]: https://coveralls.io/repos/github/loft-orbital/graphene-federation/badge.svg?branch=loft-master
12-
[coveralls-url]: https://coveralls.io/github/loft-orbital/graphene-federation?branch=loft-master
13-
[integration-tests-image]: https://github.com/loft-orbital/graphene-federation/workflows/Integration%20Tests/badge.svg?branch=loft-master
14-
[integration-tests-url]: https://github.com/loft-orbital/graphene-federation/actions?query=workflow%3A"Integration+Tests"
9+
[unit-tests-image]: https://github.com/graphql-python/graphene-federation/workflows/Unit%20Tests/badge.svg?branch=main
10+
[unit-tests-url]: https://github.com/graphql-python/graphene-federation/actions?query=workflow%3A"Unit+Tests"
11+
[coveralls-image]: https://coveralls.io/repos/github/graphql-python/graphene-federation/badge.svg?branch=main
12+
[coveralls-url]: https://coveralls.io/github/graphql-python/graphene-federation?branch=main
13+
[integration-tests-image]: https://github.com/graphql-python/graphene-federation/workflows/Integration%20Tests/badge.svg?branch=main
14+
[integration-tests-url]: https://github.com/graphql-python/graphene-federation/actions?query=workflow%3A"Integration+Tests"
1515

1616

17-
Based on discussion: https://github.com/graphql-python/graphene/issues/953#issuecomment-508481652
17+
This repository is heavily based on the repo it was forked from... Huge thanks to [Preply for setting up the foundations](https://medium.com/preply-engineering/apollo-federation-support-in-graphene-761a0512456d).
1818

19-
WARNING: This version is not compatible with graphene version below v3. If you need to use a version compatible with graphene v2 I recommend using the version 1.0.0 of graphene_federation.
19+
WARNING: This version is not compatible with `graphene` version below v3.
20+
If you need to use a version compatible with `graphene` v2 I recommend using the version 1.0.0 of `graphene_federation`.
2021

2122
------------------------
2223

@@ -181,6 +182,3 @@ There is also a cool [example](https://github.com/preply/graphene-federation/iss
181182
The tests are automatically run on Travis CI on push to GitHub.
182183

183184
---------------------------
184-
185-
This repository is heavily inspired by the repo it was forked from... Huge thanks to [Preply for setting up the foundations](https://medium.com/preply-engineering/apollo-federation-support-in-graphene-761a0512456d).
186-
Hopefully one day we can merge it into the original repository that doesn't seem maintained anymore.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def read(*rnames):
2828
long_description_content_type='text/markdown',
2929
author='Igor Kasianov',
3030
author_email='[email protected]',
31-
url='https://github.com/loft-orbital/graphene-federation',
32-
download_url=f'https://github.com/loft-orbital/graphene-federation/archive/{version}.tar.gz',
31+
url='https://github.com/graphql-python/graphene-federation',
32+
download_url=f'https://github.com/graphql-python/graphene-federation/archive/{version}.tar.gz',
3333
keywords=["graphene", "graphql", "gql", "federation"],
3434
install_requires=[
3535
"graphene>=3.1",

0 commit comments

Comments
 (0)