Skip to content

Commit

Permalink
docs(js): update document link of fastify
Browse files Browse the repository at this point in the history
Closes #17668
  • Loading branch information
achinchen committed Jun 18, 2023
1 parent 740fe18 commit 399eae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/recipes/deployment/node-server-fly-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npx create-nx-workspace@latest my-api \
--docker
```

This example uses [Fastify](https://www.fastify.io/) but you can equally use [Express](https://expressjs.com/), [Koa](https://koajs.com/) or [NestJS](https://nestjs.com/) by selecting those frameworks during project creation.
This example uses [Fastify](https://www.fastify.dev/) but you can equally use [Express](https://expressjs.com/), [Koa](https://koajs.com/) or [NestJS](https://nestjs.com/) by selecting those frameworks during project creation.

You can also install the `@nx/node` package into an existing Nx monorepo and generate a new Node application.

Expand Down

0 comments on commit 399eae3

Please sign in to comment.