Skip to content

Commit e759179

Browse files
committed
Fixes issue with page link
1 parent ef14738 commit e759179

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/pages/api-reference/introduction.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ To get started with authentication, check out the following guide:
1717
<Card
1818
title="Authenticating"
1919
icon="fa-solid fa-key"
20-
href="/api-reference/introduction/authentication"
20+
href="/getting-started/general/authentication"
2121
/>
2222

2323
### Official API Clients
2424

25-
Fileforge maintains an official API clients for Node/Typescript. We recommend using these clients to interact
26-
with all stable endpoints. You can find them here:
25+
Fileforge maintains an official API client for Node/Typescript. We recommend using these clients to interact
26+
with all stable endpoints.
2727

2828
<Cards>
2929
<Card
3030
title="Node/Typescript"
3131
icon="fa-brands fa-node"
32-
href="/sdk-reference/node/node-sdk-reference"
32+
href="https://github.com/OnedocLabs/fileforge-node-sdk"
3333
/>
3434
</Cards>

0 commit comments

Comments
 (0)