aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-06-10 16:33:25 -0500
committerJesús <heckyel@hyperbola.info>2021-06-10 16:33:25 -0500
commitd35188178b947d0f3c0c3dbaa0fbfe47d7bdf20a (patch)
tree3cb020a054ef9295ff5c9a66d746ed3decc2352f /youtube/templates
parent46f4ed1dc602037c2c1888d4f1b39f103d8ba6cd (diff)
downloadyt-local-d35188178b947d0f3c0c3dbaa0fbfe47d7bdf20a.tar.lz
yt-local-d35188178b947d0f3c0c3dbaa0fbfe47d7bdf20a.tar.xz
yt-local-d35188178b947d0f3c0c3dbaa0fbfe47d7bdf20a.zip
update URL issues
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/error.html2
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 %}