Skip to content

Commit 25b1c93

Browse files
HolmusJakob Holmgren
andauthored
docs: use absolute instead of relative path. (#6363)
Co-authored-by: Jakob Holmgren <[email protected]>
1 parent ba47242 commit 25b1c93

File tree

1 file changed

+2
-2
lines changed
  • docs/docs/integrating-with-flagsmith/flagsmith-api-overview

1 file changed

+2
-2
lines changed

docs/docs/integrating-with-flagsmith/flagsmith-api-overview/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is the API that your client and server-side SDKs interact with to get flag
1414
- **Authentication:** Uses a public, non-secret **Environment Key**.
1515
- **Security:** Open by design. The Environment Key can be exposed in client-side code.
1616

17-
[Learn more about the Flags API](./flags-api).
17+
[Learn more about the Flags API](/integrating-with-flagsmith/flagsmith-api-overview/flags-api).
1818

1919
### 2. The Admin API (Private Admin API)
2020

@@ -24,4 +24,4 @@ This is the API you use to programmatically manage your Flagsmith projects. Anyt
2424
- **Authentication:** Uses a secret **Organisation API Token**.
2525
- **Security:** Requires a secret key that should never be exposed in client-side code.
2626

27-
[Learn more about the Admin API](./admin-api).
27+
[Learn more about the Admin API](/integrating-with-flagsmith/flagsmith-api-overview/admin-api).

0 commit comments

Comments
 (0)