Skip to content

Commit be7ea14

Browse files
committed
Merge branch 'fix-urls-settings_export-gohtml' into compile
2 parents f1efa4a + 5f64994 commit be7ea14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tpl/settings_export.gohtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<p>You can still use the API to get the aggegrate statistics
2121
used on the dashboard; see %[%api API docs].</p>
2222
` (map
23-
"setting" (tag "a" `href="/settings/main#section-collect"`)
24-
"api" (tag "a" `href="/help/api"`)
23+
"setting" (tag "a" (printf `href="%s/settings/main#section-collect"` .Base))
24+
"api" (tag "a" (printf `href="%s/help/api"` .Base))
2525
)}}
2626
{{else}}
2727
{{.T `p/export-process|
@@ -62,7 +62,7 @@
6262
counter to be updated.
6363
` (map
6464
"ga" (tag "a" `target="_blank" href="https://support.google.com/analytics/answer/9317657?hl=en"`)
65-
"vc" (tag "a" `href="/help/visitor-counter"`)
65+
"vc" (tag "a" (printf `href="%s/help/visitor-counter"` .Base))
6666
)}}
6767
</p>
6868

0 commit comments

Comments
 (0)