Skip to content

Commit 2b54bfd

Browse files
authored
Website docs: Fix broken links - Error 404 (#2289)
Signed-off-by: Tuval Simha <[email protected]>
1 parent b77ce31 commit 2b54bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/docs/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Your GraphQL `Application` exposes `createExecution` and `createSubscription` me
9191
<Tabs items={['GraphQL Yoga', 'Apollo Server', 'Express GraphQL', 'GraphQL Helix', 'Other servers?']}>
9292
<Tab>
9393

94-
If you are using [GraphQL Yoga](graphql-yoga.com), you can use [`useGraphQLModules`](https://envelop.dev/plugins/use-graphql-modules) plugin from Envelop.
94+
If you are using [GraphQL Yoga](https://the-guild.dev/graphql/yoga-server), you can use [`useGraphQLModules`](https://envelop.dev/plugins/use-graphql-modules) plugin from Envelop.
9595

9696
```ts
9797
import { createServer } from '@graphql-yoga/node'

0 commit comments

Comments
 (0)