Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStarker3 <richard@stark-records.com>2022-06-13 10:23:47 +0300
committerGitHub <noreply@github.com>2022-06-13 10:23:47 +0300
commit860a1719fe133fa56df9d737dd96323cf7d1bb30 (patch)
tree9f728b05a24fa230235339dbe71ba64a8ae5b269 /plugins/CoreHome/templates
parent99ec093e1e50867aa7d262cdcc1a0ce4e62418c4 (diff)
Fix FAQ # links (#19347)
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_warningInvalidHost.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/_warningInvalidHost.twig b/plugins/CoreHome/templates/_warningInvalidHost.twig
index a29ef55271..a9a29ae768 100644
--- a/plugins/CoreHome/templates/_warningInvalidHost.twig
+++ b/plugins/CoreHome/templates/_warningInvalidHost.twig
@@ -1,7 +1,7 @@
{# untrusted host warning #}
{% if (isValidHost is defined and invalidHostMessage is defined and isValidHost == false) %}
{% set invalidHostText %}
- <a class="btn btn-link" style="float:right;" href="https://matomo.org/faq/troubleshooting/#faq_171" rel="noreferrer noopener" target="_blank">
+ <a class="btn btn-link" style="float:right;" href="https://matomo.org/faq/troubleshooting/faq_171" rel="noreferrer noopener" target="_blank">
<span class="icon-help"></span>
{{ 'General_Help'|translate }}
</a>