diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-10 16:33:25 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-10 16:33:25 -0500 |
commit | d35188178b947d0f3c0c3dbaa0fbfe47d7bdf20a (patch) | |
tree | 3cb020a054ef9295ff5c9a66d746ed3decc2352f | |
parent | 46f4ed1dc602037c2c1888d4f1b39f103d8ba6cd (diff) | |
download | yt-local-d35188178b947d0f3c0c3dbaa0fbfe47d7bdf20a.tar.lz yt-local-d35188178b947d0f3c0c3dbaa0fbfe47d7bdf20a.tar.xz yt-local-d35188178b947d0f3c0c3dbaa0fbfe47d7bdf20a.zip |
update URL issues
-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 206ff55..9ae8909 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://libregit.org/heckyel/yt-local/issues" target="_blank" rel="noopener noreferrer">https://libregit.org/heckyel/yt-local/issues</a></p> + <p>Please report this issue at <a href="https://todo.sr.ht/~heckyel/yt-local" target="_blank" rel="noopener noreferrer">https://todo.sr.ht/~heckyel/yt-local</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 %} |