From b0a4c5d72cebe27ee9dc35d58116b355e19c47fb Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 25 Nov 2022 17:33:03 +0100 Subject: [PATCH] Fix unrendered titles in websocket section This commit fixes the rendering of titles in the websocket section of the reference documentation. Fixes gh-29569 --- framework-docs/src/docs/asciidoc/web/websocket-intro.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework-docs/src/docs/asciidoc/web/websocket-intro.adoc b/framework-docs/src/docs/asciidoc/web/websocket-intro.adoc index 913ac8b0bef5..9392a80a7906 100644 --- a/framework-docs/src/docs/asciidoc/web/websocket-intro.adoc +++ b/framework-docs/src/docs/asciidoc/web/websocket-intro.adoc @@ -1,4 +1,4 @@ -[[{chapter}.websocket-intro]] +[id={chapter}.websocket-intro] = Introduction to WebSocket The WebSocket protocol, https://tools.ietf.org/html/rfc6455[RFC 6455], provides a standardized @@ -54,7 +54,7 @@ instructions of the cloud provider related to WebSocket support. -[[{chapter}.websocket-intro-architecture]] +[id={chapter}.websocket-intro-architecture] == HTTP Versus WebSocket Even though WebSocket is designed to be HTTP-compatible and starts with an HTTP request, @@ -80,7 +80,7 @@ In the absence of that, they need to come up with their own conventions. -[[{chapter}.websocket-intro-when-to-use]] +[id={chapter}.websocket-intro-when-to-use] == When to Use WebSockets WebSockets can make a web page be dynamic and interactive. However, in many cases,