Change docs url
This commit is contained in:
parent
3dc3af9eb2
commit
392e0d7c58
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def abort(status_code, message=None, issue=None, **kwargs):
|
|||
# Calculate the issue URL (if the issue ID was supplied).
|
||||
issue_url = None
|
||||
if issue:
|
||||
issue_url = 'http://devtable.github.io/quaydocs/issues/%s.html' % (issue)
|
||||
issue_url = 'http://docs.quay.io/issues/%s.html' % (issue)
|
||||
|
||||
# Create the final response data and message.
|
||||
data = {}
|
||||
|
|
Reference in a new issue