diff options
| author | Leo <oliveiraleo@users.noreply.github.com> | 2022-04-09 03:20:28 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-09 08:20:28 +0200 |
| commit | 6f705b053aa5dc9287592e0614ef62a41e936d15 (patch) | |
| tree | 86e4dcc523e1f60e4bf3ce3bc9959d0e34f8e3cc /src | |
| parent | 1f3f2788d4ab6ee4fc96c73c5e78900a9edcfec3 (diff) | |
| download | invidious-6f705b053aa5dc9287592e0614ef62a41e936d15.tar.gz invidious-6f705b053aa5dc9287592e0614ef62a41e936d15.tar.bz2 invidious-6f705b053aa5dc9287592e0614ef62a41e936d15.zip | |
Updates the URL of the var url_faq (#3016)
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/helpers/errors.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/helpers/errors.cr b/src/invidious/helpers/errors.cr index 6155e561..2eab6263 100644 --- a/src/invidious/helpers/errors.cr +++ b/src/invidious/helpers/errors.cr @@ -49,7 +49,7 @@ def error_template_helper(env : HTTP::Server::Context, status_code : Int32, exce issue_template += github_details("Backtrace", HTML.escape(exception.inspect_with_backtrace)) # URLs for the error message below - url_faq = "https://github.com/iv-org/documentation/blob/master/FAQ.md" + url_faq = "https://github.com/iv-org/documentation/blob/master/docs/faq.md" url_search_issues = "https://github.com/iv-org/invidious/issues" url_switch = "https://redirect.invidious.io" + env.request.resource |
