diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-18 11:56:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-18 11:56:52 -0500 |
commit | e27650b457dc64b3a3990c1eadd7d8cb0789ba1d (patch) | |
tree | 1e2324319c7c5ee550cf9f5f678f9b5c636b6096 /youtube/templates | |
parent | 381d36d626e62d3d5382797f72175f9b55f2a914 (diff) | |
download | yt-local-e27650b457dc64b3a3990c1eadd7d8cb0789ba1d.tar.lz yt-local-e27650b457dc64b3a3990c1eadd7d8cb0789ba1d.tar.xz yt-local-e27650b457dc64b3a3990c1eadd7d8cb0789ba1d.zip |
Change URL support
Diffstat (limited to 'youtube/templates')
-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 %} |