Skip to content

Commit 0cc9a10

Browse files
authored
docs: fix broken link in README files (#57)
1 parent fc2158d commit 0cc9a10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/example-fastify-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This example demonstrates how to use the `auth0-api-js` package to protect API's in a Fastify application.
44

55
> [!IMPORTANT]
6-
> When using Fastify, we recommend using [`@auth0/auth0-fastify-api`](https://github.com/auth0c/auth0-fastify/tree/main/packages/auth0-fastify-api) instead.
6+
> When using Fastify, we recommend using [`@auth0/auth0-fastify-api`](https://github.com/auth0/auth0-fastify/tree/main/packages/auth0-fastify-api) instead.
77
>
88
> This example is used to demonstrate how the same can be achieved using the `@auth0/auth0-api-js` package, giving you more flexibility, but also requires more effort to implement as opposed to `@auth0/auth0-fastify-api`.
99

examples/example-fastify-web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This example demonstrates how to use the `auth0-server-js` package to authenticate users in a Fastify application.
44

55
> [!IMPORTANT]
6-
> When using Fastify, we recommend using [`@auth0/auth0-fastify`](https://github.com/auth0c/auth0-fastify/tree/main/packages/auth0-fastify) instead.
6+
> When using Fastify, we recommend using [`@auth0/auth0-fastify`](https://github.com/auth0/auth0-fastify/tree/main/packages/auth0-fastify) instead.
77
>
88
> This example is used to demonstrate how the same can be achieved using the `@auth0/auth0-server-js` package, giving you more flexibility, but also requires more effort to implement as opposed to `@auth0/auth0-fastify`.
99

0 commit comments

Comments
 (0)