Skip to content

Commit

Permalink
Fixes issue with page link
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Sep 5, 2024
1 parent ef14738 commit e759179
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fern/pages/api-reference/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ To get started with authentication, check out the following guide:
<Card
title="Authenticating"
icon="fa-solid fa-key"
href="/api-reference/introduction/authentication"
href="/getting-started/general/authentication"
/>

### Official API Clients

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

<Cards>
<Card
title="Node/Typescript"
icon="fa-brands fa-node"
href="/sdk-reference/node/node-sdk-reference"
href="https://github.com/OnedocLabs/fileforge-node-sdk"
/>
</Cards>

0 comments on commit e759179

Please sign in to comment.