Skip to content

Commit 8cddea3

Browse files
authored
Merge pull request #440 from basementstudio/fveiraswww/fix-api-key-link
Fix broken documentation links in middlewares page
2 parents e93864c + 49edf08 commit 8cddea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/content/docs/core-concepts/middlewares.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export default middleware;
2929

3030
<Callout variant="info">
3131
xmcp provides built-in middlewares for common tasks like [API key
32-
authentication](../../authentication/api-key) and [JSON web token
33-
authentication](../../authentication/jwt).
32+
authentication](/docs/authentication/api-key) and [JSON web token
33+
authentication](/docs/authentication/jwt).
3434
</Callout>
3535

3636
## Chaining middlewares

0 commit comments

Comments
 (0)