diff --git a/spring-graphql-docs/modules/ROOT/pages/transports.adoc b/spring-graphql-docs/modules/ROOT/pages/transports.adoc index 5943cb14..122f2681 100644 --- a/spring-graphql-docs/modules/ROOT/pages/transports.adoc +++ b/spring-graphql-docs/modules/ROOT/pages/transports.adoc @@ -115,7 +115,7 @@ but you can add a property for the endpoint path to enable it. Please, review {spring-boot-ref-docs}/reference/web/spring-graphql.html#web.graphql.transports.http-websocket[Web Endpoints] in the Boot reference documentation, and the list of supported `spring.graphql.websocket` {spring-boot-ref-docs}/appendix/application-properties/index.html#appendix.application-properties.web[properties]. -You can also look at `GraphQlWebMvcAutoConfiguration` or`GraphQlWebFluxAutoConfiguration` +You can also look at `GraphQlWebMvcAutoConfiguration` or `GraphQlWebFluxAutoConfiguration` for the actual Boot autoconfig details. The 1.0.x branch of this repository contains a WebFlux