diff --git a/templates/macros/create_history_url.html b/templates/macros/create_history_url.html index 2582aaa..618ba23 100644 --- a/templates/macros/create_history_url.html +++ b/templates/macros/create_history_url.html @@ -24,7 +24,7 @@ {{ repository_url ~ '/-/commits/' ~ branch ~ '/' }}{{ relative_path | urlencode }} {% else %} {# Throw an error with a direct link to report a bug for unsupported or unspecified platforms #} - {{ throw(message="ERROR: Unknown, unsupported, or unspecified git platform. If you're using a custom domain, please specify the 'git_platform' in the config. If you think this is a bug, report it [here](https://github.com/welpo/tabi/issues/new?assignees=&labels=bug&template=bug_report.md&title=Unsupported%20Git%20Platform%20Detected).") }} + {{ throw(message="ERROR: Unknown, unsupported, or unspecified git platform. If you're using a custom domain, please specify the 'git_platform' in the config. If you think this is a bug, please report it: https://github.com/welpo/tabi/issues/new?assignees=&labels=bug&template=bug_report.md&title=Unsupported%20Git%20Platform%20Detected") }} {% endif %} {% endmacro %}