Skip to content

Commit 2e485af

Browse files
committed
add the / in cookies href
1 parent 847f35a commit 2e485af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
const aboutCookies = lang === 'zh' ? '《关于cookies》' : 'About Cookies';
173173
cookieNotice.innerHTML = `
174174
${notice}
175-
<a href="https://website.openubmc.cn/cookies" target="_blank">
175+
<a href="https://website.openubmc.cn/cookies/" target="_blank">
176176
${aboutCookies}
177177
</a>
178178
${lang === 'zh' ? '。' : '.'}

src/templates/pad.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ <h1>Skin Builder</h1>
526526
const aboutCookies = lang === 'zh' ? '《关于cookies》' : 'About Cookies';
527527
cookieNotice.innerHTML = `
528528
${notice}
529-
<a href="https://website.openubmc.cn/cookies" target="_blank">
529+
<a href="https://website.openubmc.cn/cookies/" target="_blank">
530530
${aboutCookies}
531531
</a>
532532
${lang === 'zh' ? '。' : '.'}

src/templates/timeslider.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ <h1 data-l10n-id="pad.settings.padSettings"></h1>
315315
const aboutCookies = lang === 'zh' ? '《关于cookies》' : 'About Cookies';
316316
cookieNotice.innerHTML = `
317317
${notice}
318-
<a href="https://website.openubmc.cn/cookies" target="_blank">
318+
<a href="https://website.openubmc.cn/cookies/" target="_blank">
319319
${aboutCookies}
320320
</a>
321321
${lang === 'zh' ? '。' : '.'}

0 commit comments

Comments
 (0)