summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/invidious.cr7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index 169c4f12..c0b9e075 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -3950,14 +3950,13 @@ end
error 500 do |env|
error_message = <<-END_HTML
- Looks like you've found a bug in Invidious. Feel free to open a new issue
- <a href="https://github.com/omarroth/invidious/issues/github.com/omarroth/invidious">
+ Looks like you've found a bug in Invidious. Feel free to open a new issue
+ <a href="https://github.com/omarroth/invidious/issues">
here
</a>
or send an email to
<a href="mailto:omarroth@protonmail.com">
- omarroth@protonmail.com
- </a>.
+ omarroth@protonmail.com</a>.
END_HTML
templated "error"
end