From e91a25f41e1a6b2fc599e5ea6b9aec8376d4b59b Mon Sep 17 00:00:00 2001 From: newur Date: Sat, 30 Apr 2022 09:41:32 +0200 Subject: [PATCH] update jakarta websocket link --- docs/src/main/asciidoc/websockets.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/websockets.adoc b/docs/src/main/asciidoc/websockets.adoc index dcdc31adc770f..72d9bf9ffe92e 100644 --- a/docs/src/main/asciidoc/websockets.adoc +++ b/docs/src/main/asciidoc/websockets.adoc @@ -237,6 +237,6 @@ public class ChatTest { == More WebSocket Information -The Quarkus WebSocket implementation is an implementation of link:https://eclipse-ee4j.github.io/websocket-api/[Jakarta Websockets]. +The Quarkus WebSocket implementation is an implementation of link:https://jakarta.ee/specifications/websocket/[Jakarta Websockets].