Skip to content

Commit

Permalink
Merge pull request #155 from tomahim/fix/wrong-documentation-link-in-…
Browse files Browse the repository at this point in the history
…exception

Fixing documentation link in exception
  • Loading branch information
syrusakbary authored Sep 5, 2018
2 parents 17af4b1 + 83626d5 commit 33d5b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_sqlalchemy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_query(model, context):
if not session:
raise Exception(
"A query in the model Base or a session in the schema is required for querying.\n"
"Read more http://graphene-python.org/docs/sqlalchemy/tips/#querying"
"Read more http://docs.graphene-python.org/projects/sqlalchemy/en/latest/tips/#querying"
)
query = session.query(model)
return query
Expand Down

0 comments on commit 33d5b74

Please sign in to comment.