We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1efa4a + 5f64994 commit be7ea14Copy full SHA for be7ea14
tpl/settings_export.gohtml
@@ -20,8 +20,8 @@
20
<p>You can still use the API to get the aggegrate statistics
21
used on the dashboard; see %[%api API docs].</p>
22
` (map
23
- "setting" (tag "a" `href="/settings/main#section-collect"`)
24
- "api" (tag "a" `href="/help/api"`)
+ "setting" (tag "a" (printf `href="%s/settings/main#section-collect"` .Base))
+ "api" (tag "a" (printf `href="%s/help/api"` .Base))
25
)}}
26
{{else}}
27
{{.T `p/export-process|
@@ -62,7 +62,7 @@
62
counter to be updated.
63
64
"ga" (tag "a" `target="_blank" href="https://support.google.com/analytics/answer/9317657?hl=en"`)
65
- "vc" (tag "a" `href="/help/visitor-counter"`)
+ "vc" (tag "a" (printf `href="%s/help/visitor-counter"` .Base))
66
67
</p>
68
0 commit comments