Skip to content

Commit

Permalink
docs(): fix link for discord server nestjs (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Feb 3, 2023
1 parent e4d7b8d commit 394b107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/nestjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

NestJS offers Fastify and Mercurius support out of the box. It also supports both schema and code-first approaches to development. We'll be covering the code-first approach, as it is used more commonly.

> **Note**: Support for NestJS can be found at their [Discord server](https://discord.gg/ErA7cNkK).
> **Note**: Support for NestJS can be found at their [Discord server](https://discord.com/invite/G7Qnnhy).
## Installation

Expand Down Expand Up @@ -224,6 +224,6 @@ This is just a short and rough example of how to get going with NestJS and Mercu

If you'd like to continue with Nest and Mercurius and learn more about Nest, please do read the [documention on the NestJS website](https://docs.nestjs.com/). The two make a really great combination in terms of developer experience.

Should you need any help with Nest, they have a [great support community](https://discord.gg/ErA7cNkK). Please go there for support with NestJS questions or issues.
Should you need any help with Nest, they have a [great support community](https://discord.com/invite/G7Qnnhy). Please go there for support with NestJS questions or issues.


0 comments on commit 394b107

Please sign in to comment.