Skip to content

Commit 01cf35d

Browse files
committed
swap from absolute api urls to relative
1 parent 9538fe0 commit 01cf35d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main/docs/api.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ import {AuthenticationApiSection, ManagementApiSection, MyAccountApiSection, MyO
1010

1111
<Card
1212
title="Authentication API"
13-
href="https://auth0.com/docs/api/authentication"
13+
href="/docs/api/authentication"
1414
arrow
1515
/>
1616
<AuthenticationApiSection/>
1717

1818

1919
<Card
2020
title="Management API"
21-
href="https://auth0.com/docs/api/management/v2"
21+
href="/docs/api/management/v2"
2222
arrow
2323
/>
2424
<ManagementApiSection/>
2525

2626
<Card
2727
title="My Account API"
28-
href="https://auth0.com/docs/api/myaccount"
28+
href="/docs/api/myaccount"
2929
arrow
3030
/>
3131

3232
<MyAccountApiSection/>
3333

3434
<Card
3535
title="My Organization API"
36-
href="https://auth0.com/docs/api/myorganization"
36+
href="/docs/api/myorganization"
3737
arrow
3838
/>
3939

0 commit comments

Comments
 (0)