summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2013-02-07 23:27:38 -0500
committerJames Vasile <james@jamesvasile.com>2013-02-07 23:28:58 -0500
commitf3d4604b7f534870e5b79cb922d908058f44e936 (patch)
treef904b7a76700ba85774fad8f909f4ae277fcaa16
parenta742b3e135d80ffbdcec8e9ccb19dc2ba43881c5 (diff)
use my repo
-rwxr-xr-xplinth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plinth.py b/plinth.py
index fee89c6..9f0f5e1 100755
--- a/plinth.py
+++ b/plinth.py
@@ -45,7 +45,7 @@ def error_page_500(status, message, traceback, version):
cfg.log.error("500 Internal Server Error. Trackback is above.")
more="""<p>This is an internal error and not something you caused
or can fix. Please report the error on the <a
- href="https://github.com/seandiggity/Plinth/issues">bug tracker</a> so
+ href="https://github.com/jvasile/Plinth/issues">bug tracker</a> so
we can fix it.</p>"""
return error_page(status, message, "<p>%s</p><pre>%s</pre>" % (more, "\n".join(traceback.split("\n"))))