More broken links

This commit is contained in:
2022-10-18 18:34:33 +02:00
parent 5cd8a12d5c
commit 45c264138f
2 changed files with 4 additions and 4 deletions

View File

@@ -129,8 +129,8 @@ const update_example = () => {
Pro account. You can use this to directly embed a video player, Pro account. You can use this to directly embed a video player,
audio player, photo element or a download button in your site. Make audio player, photo element or a download button in your site. Make
sure you have bandwidth sharing enabled on your sure you have bandwidth sharing enabled on your
<a href="/user/subscription">subscription page</a> or the embed will <a href="/user/sharing/bandwidth">sharing settings page</a> or the
not work. embed will not work.
</p> </p>
</div> </div>
<div class="tab_bar"> <div class="tab_bar">

View File

@@ -205,7 +205,7 @@ func (wc *WebController) couponForm(td *TemplateData, r *http.Request) (f Form)
DefaultValue: "", DefaultValue: "",
Description: `When redeeming this coupon code the value will be ` + Description: `When redeeming this coupon code the value will be ` +
`added to your pixeldrain account. Go to the ` + `added to your pixeldrain account. Go to the ` +
`<a href="/user/subscription" target="_blank">subscription page</a> ` + `<a href="/user/prepaid/subscriptions" target="_blank">subscription page</a> ` +
`afterwards to activate your subscription.`, `afterwards to activate your subscription.`,
Type: FieldTypeDescription, Type: FieldTypeDescription,
}, { }, {
@@ -243,7 +243,7 @@ func (wc *WebController) couponForm(td *TemplateData, r *http.Request) (f Form)
f.SubmitSuccess = true f.SubmitSuccess = true
f.SubmitMessages = []template.HTML{template.HTML( f.SubmitMessages = []template.HTML{template.HTML(
`Success! Your account credit has been increased. Visit the ` + `Success! Your account credit has been increased. Visit the ` +
`<a href="/user/subscription">subscription page</a> to ` + `<a href="/user/prepaid/subscriptions">subscription page</a> to ` +
`activate your subscription`, `activate your subscription`,
)} )}
} }