Skip to content

Commit 8648080

Browse files
authored
fix: Ktor Subscriptions wrong url #1863 (#1865)
### 📝 Description Replaced Spring subscriptions URL with Ktor subscriptions. ### 🔗 Related Issues #1863
1 parent 742b49f commit 8648080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/server/server-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ specific details on how to read incoming messages from the WebSocket session as
1010
If you are using one of the official server implementations for GraphQL Kotlin, it will have subscription handling setup for you.
1111

1212
- See `graphql-kotlin-spring-server` [subscriptions](spring-server/spring-subscriptions.md)
13-
- See `graphql-kotlin-ktor-server` [subscriptions](spring-server/spring-subscriptions.md)
13+
- See `graphql-kotlin-ktor-server` [subscriptions](ktor-server/ktor-subscriptions.md)

0 commit comments

Comments
 (0)