feat(web): update links to wiki

This commit is contained in:
wanhose 2024-10-14 15:35:33 +02:00
parent d3e7c061f0
commit a66c4bedc7

View File

@ -526,7 +526,7 @@
version following version following
<a <a
class="underline" class="underline"
href="https://git.wanhose.dev/wanhose/cookie-dialog-monster/src/branch/main/packages/browser-extension#installation-for-mozilla-firefox-users" href="https://git.wanhose.dev/wanhose/cookie-dialog-monster/wiki/Step-by-step+installation+guide+for+Mozilla+Firefox.-"
id="firefox-guide-link" id="firefox-guide-link"
target="_blank" target="_blank"
> >
@ -540,7 +540,7 @@
the extension. We recommend you to follow the extension. We recommend you to follow
<a <a
class="underline" class="underline"
href="https://git.wanhose.dev/wanhose/cookie-dialog-monster/src/branch/main/packages/browser-extension#installation-for-advanced-and-non-listed-browser-users" href="https://git.wanhose.dev/wanhose/cookie-dialog-monster/wiki/Step-by-step+installation+guide+for+advanced+users+and+non-listed+browsers.-"
target="_blank" target="_blank"
> >
this guide</a this guide</a
@ -574,7 +574,7 @@
if (isMobile) { if (isMobile) {
firefoxGuideLink.href = firefoxGuideLink.href =
'https://git.wanhose.dev/wanhose/cookie-dialog-monster/src/branch/main/packages/browser-extension#installation-for-mozilla-firefox-mobile-users'; 'https://git.wanhose.dev/wanhose/cookie-dialog-monster/wiki/Step-by-step+installation+guide+for+Mozilla+Firefox+Mobile.-';
firefoxLink.href = '/releases/latest-mozilla-mobile.xpi'; firefoxLink.href = '/releases/latest-mozilla-mobile.xpi';
} }
}); });