Skip to content

Commit 5f64994

Browse files
committed
Update some urls in settings_export.gohtml with -base-path
1 parent 82a5122 commit 5f64994

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)