Skip to content

Commit

Permalink
fix(docs): update url for fastify (nrwl#17669)
Browse files Browse the repository at this point in the history
  • Loading branch information
achinchen authored and meeroslav committed Jun 23, 2023
1 parent eec8059 commit 325fd9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion packages/create-nx-workspace/bin/create-nx-workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ async function determineNodeFramework(
},
{
name: 'fastify',
message: 'Fastify [ https://www.fastify.io/ ]',
message: 'Fastify [ https://www.fastify.dev/ ]',
},
{
name: 'koa',
Expand Down

0 comments on commit 325fd9e

Please sign in to comment.