fix(docs): update url for fastify (#17669)

This commit is contained in:
CHC 2023-06-20 02:10:59 +08:00 committed by GitHub
parent ef5813a7b7
commit b34da2ca42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -939,7 +939,7 @@ async function determineNodeFramework(
},
{
name: 'fastify',
message: 'Fastify [ https://www.fastify.io/ ]',
message: 'Fastify [ https://www.fastify.dev/ ]',
},
{
name: 'koa',