From 392e0d7c589bfd3155dc133051bb67c916a43226 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 29 Jan 2014 15:38:25 -0500 Subject: [PATCH] Change docs url --- util/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/http.py b/util/http.py index 02b07c410..6592768cc 100644 --- a/util/http.py +++ b/util/http.py @@ -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 = {}