Skip to content

Commit 5aec2e5

Browse files
authored
Fix dead links (#1075)
A lot of pages moved from https://sdk.dfinity.org to https://internetcomputer.org. The links were still redirected but to pages that didn't exist. This fixes those links.
1 parent 378c609 commit 5aec2e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/frontend/src/flows/faq/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const questions = {
3737
links: [
3838
{
3939
name: "Windows Hello Guide for Internet Identity",
40-
link: "https://sdk.dfinity.org/docs/ic-identity-guide/hello-guide.html",
40+
link: "https://internetcomputer.org/docs/current/tokenomics/identity-auth/hello-guide",
4141
},
4242
],
4343
},
@@ -50,7 +50,7 @@ export const questions = {
5050
links: [
5151
{
5252
name: "Device Management How-To",
53-
link: "https://sdk.dfinity.org/docs/ic-identity-guide/auth-how-to.html",
53+
link: "https://internetcomputer.org/docs/current/tokenomics/identity-auth/auth-how-to",
5454
},
5555
],
5656
},
@@ -63,7 +63,7 @@ export const questions = {
6363
links: [
6464
{
6565
name: "How to add a device",
66-
link: "https://sdk.dfinity.org/docs/ic-identity-guide/auth-how-to.html#_add_a_device",
66+
link: "https://internetcomputer.org/docs/current/tokenomics/identity-auth/auth-how-to#add-a-device",
6767
},
6868
],
6969
},

0 commit comments

Comments
 (0)