Skip to content

Commit 99c87a8

Browse files
committed
Publish 2024-09-30
1 parent ea94c4a commit 99c87a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qr/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h3>
6565
<h3>Android</h3>
6666
<p>
6767
<a
68-
href="https://microsoftedgewelcome.microsoft.com/emmx/DarkReaderCollaboration">https://microsoftedgewelcome.microsoft.com/emmx/DarkReaderCollaboration</a>
68+
href="https://www.microsoft.com/edge/emmx/darkreadercollaboration">https://www.microsoft.com/edge/emmx/darkreadercollaboration</a>
6969
</p>
7070

7171
<h3>iOS & iPadOS</h3>
@@ -88,7 +88,7 @@ <h3>iOS & iPadOS</h3>
8888
if (ua.includes('iphone') || ua.includes('macintosh')) {
8989
location.replace('https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone');
9090
} else if (ua.includes('android')) {
91-
location.replace('https://microsoftedgewelcome.microsoft.com/emmx/DarkReaderCollaboration');
91+
location.replace('https://www.microsoft.com/edge/emmx/darkreadercollaboration');
9292
}
9393
}, 2000);
9494
</script>

0 commit comments

Comments
 (0)