diff --git a/README.md b/README.md index 6e96f91..29da89d 100644 --- a/README.md +++ b/README.md @@ -109,11 +109,11 @@ schema = graphene.Schema(query=Query) ### Full Examples -To learn more check out the following [examples](examples/): +To learn more check out the following [examples](https://github.com/graphql-python/graphene-sqlalchemy/tree/master/examples/): -- [Flask SQLAlchemy example](examples/flask_sqlalchemy) -- [Nameko SQLAlchemy example](examples/nameko_sqlalchemy) +- [Flask SQLAlchemy example](https://github.com/graphql-python/graphene-sqlalchemy/tree/master/examples/flask_sqlalchemy) +- [Nameko SQLAlchemy example](https://github.com/graphql-python/graphene-sqlalchemy/tree/master/examples/nameko_sqlalchemy) ## Contributing -See [CONTRIBUTING.md](/CONTRIBUTING.md) +See [CONTRIBUTING.md](https://github.com/graphql-python/graphene-sqlalchemy/blob/master/CONTRIBUTING.md) diff --git a/setup.py b/setup.py index ad8bd3b..0f9ec81 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ version=version, description="Graphene SQLAlchemy integration", long_description=open("README.md").read(), + long_description_content_type="text/markdown", url="https://github.com/graphql-python/graphene-sqlalchemy", project_urls={ "Documentation": "https://docs.graphene-python.org/projects/sqlalchemy/en/latest",