Skip to content

Commit

Permalink
docs: fix graphql-ws spec link (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored Oct 28, 2024
1 parent c030ed1 commit 9cbeee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Callout } from '@theguild/components';

# Get Started

Coherent, zero-dependency, lazy, simple, [GraphQL over WebSocket spec](https://github.com/enisdenjo/graphql-sse/blob/master/PROTOCOL.md) compliant server and client.
Coherent, zero-dependency, lazy, simple, [GraphQL over WebSocket spec](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md) compliant server and client.

For detailed documentation and API reference, check out the [documentation page](/docs). If you need short and concise code snippets for starting with common use-cases, the [recipes page](/recipes) is the right place for you.

Expand Down

0 comments on commit 9cbeee0

Please sign in to comment.