Skip to content

Commit c35fc08

Browse files
committed
Fix link to samples
See gh-208
1 parent 351ce9f commit c35fc08

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

spring-graphql-docs/antora.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ asciidoc:
2929
javadoc: https://docs.spring.io/spring-graphql/docs/{spring-graphql-version}/api
3030
# version attributes from main build.gradle
3131
spring-framework-ref-docs: https://docs.spring.io/spring-framework/reference
32-
spring-boot-ref-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference/html
32+
spring-boot-ref-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference/html
33+
examples-repo: https://github.com/spring-projects/spring-graphql-examples
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[[samples]]
22
= Samples
33

4-
Please, see the [spring-graphql-examples](https://github.com/spring-projects/spring-graphql-examples) repository.
4+
Please, see the {examples-repo}[spring-graphql-examples] repository.

spring-graphql-docs/modules/ROOT/pages/transports.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ one for the WebMVC and one for the WebFlux transports. These help to extract aut
203203
details from the payload of a `"connection_init"` GraphQL over WebSocket message, authenticate,
204204
and then propagate the `SecurityContext` to subsequent requests on the WebSocket connection.
205205

206+
TIP: There is a websocket-authentication sample in {examples-repo}[spring-graphql-examples].
207+
206208

207209

208210
[[server.interception.rsocket]]

0 commit comments

Comments
 (0)