File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ schema = graphene.Schema(query=Query)
109109
110110### Full Examples
111111
112- To learn more check out the following [ examples] ( examples/ ) :
112+ To learn more check out the following [ examples] ( https://github.com/graphql-python/graphene-sqlalchemy/tree/master/ examples/) :
113113
114- - [ Flask SQLAlchemy example] ( examples/flask_sqlalchemy )
115- - [ Nameko SQLAlchemy example] ( examples/nameko_sqlalchemy )
114+ - [ Flask SQLAlchemy example] ( https://github.com/graphql-python/graphene-sqlalchemy/tree/master/ examples/flask_sqlalchemy)
115+ - [ Nameko SQLAlchemy example] ( https://github.com/graphql-python/graphene-sqlalchemy/tree/master/ examples/nameko_sqlalchemy)
116116
117117## Contributing
118118
119- See [ CONTRIBUTING.md] ( /CONTRIBUTING.md )
119+ See [ CONTRIBUTING.md] ( https://github.com/graphql-python/graphene-sqlalchemy/blob/master /CONTRIBUTING.md)
Original file line number Diff line number Diff line change 3535 version = version ,
3636 description = "Graphene SQLAlchemy integration" ,
3737 long_description = open ("README.md" ).read (),
38+ long_description_content_type = "text/markdown" ,
3839 url = "https://github.com/graphql-python/graphene-sqlalchemy" ,
3940 project_urls = {
4041 "Documentation" : "https://docs.graphene-python.org/projects/sqlalchemy/en/latest" ,
You can’t perform that action at this time.
0 commit comments