Skip to content

Commit

Permalink
fix(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 1fda800 commit 740fe18
Showing 1 changed file with 1 addition and 1 deletion.
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 740fe18

Please sign in to comment.