From ce6772ecdf151c1c54b9503cbf6b48a8dcdfdcde Mon Sep 17 00:00:00 2001 From: Vincent G <10739306+VinceOPS@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:01:55 +0100 Subject: [PATCH] fix(nestjs): link to the right example (#158) --- docs/frameworks/nestjs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frameworks/nestjs.mdx b/docs/frameworks/nestjs.mdx index 19a9c220c..f54f69af2 100644 --- a/docs/frameworks/nestjs.mdx +++ b/docs/frameworks/nestjs.mdx @@ -23,4 +23,4 @@ After downloading the template, run pnpm dev to start the nestjs project Start enjoying the development experience of millisecond builds -For more example details: [React Example](https://github.com/farm-fe/farm/tree/main/examples/react) +For more example details: [NestJs Example](https://github.com/farm-fe/farm/tree/main/examples/nestjs)