diff --git a/website/src/pages/docs/integrations/integration-with-nestjs.mdx b/website/src/pages/docs/integrations/integration-with-nestjs.mdx
index 412c46c75d..e059d4a14a 100644
--- a/website/src/pages/docs/integrations/integration-with-nestjs.mdx
+++ b/website/src/pages/docs/integrations/integration-with-nestjs.mdx
@@ -92,6 +92,11 @@ import { UsersResolver } from './users.resolver'
export class AppModule {}
```
+
+ A complete example of the subgraph implementation [is available in the
+ repository](https://github.com/dotansimha/graphql-yoga/tree/main/examples/nestjs-apollo-federation-compatibility).
+
+
#### Gateway
For the gateway we use the `YogaGatewayDriver` and `YogaGatewayDriverConfig`.
@@ -118,8 +123,3 @@ export class AppModule {}
Yoga offers just a federation and gateway driver; meaning, everything else works as
[showcased in NestJS federation documentation](https://docs.nestjs.com/graphql/federation).
-
-
- A complete example of a Apollo Federation Subgraph, [is available in the
- repository](https://github.com/dotansimha/graphql-yoga/tree/main/examples/nestjs-apollo-federation-compatibility).
-