diff options
-rw-r--r-- | youtube/templates/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/error.html b/youtube/templates/error.html index e02ecd9..7256aee 100644 --- a/youtube/templates/error.html +++ b/youtube/templates/error.html @@ -13,7 +13,7 @@ <div class="code-error" id="error-box"> <h1>500 Uncaught exception:</h1> <div class="code-box"><code>{{ traceback }}</code></div> - <p>Please report this issue at <a href="https://github.com/user234683/youtube-local/issues" target="_blank">https://github.com/user234683/youtube-local/issues</a></p> + <p>Please report this issue at <a href="https://libregit.org/heckyel/yt-local/issues" target="_blank" rel="noopener noreferrer">https://libregit.org/heckyel/yt-local/issues</a></p> <p>Remember to include the traceback in your issue and redact any information in it you do not want to share</p> </div> {% else %} |