Skip to content

Commit

Permalink
Merge pull request #11405 from gwenneg/issue-11404-fix-websockets-doc
Browse files Browse the repository at this point in the history
Fix broken link in websockets doc
  • Loading branch information
gsmet authored Aug 16, 2020
2 parents 6a47389 + 1441733 commit 8279189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/websockets.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ image:websocket-guide-screenshot.png[alt=Application]
As usual, the application can be packaged using `./mvnw clean package` and executed using the `-runner.jar` file.
You can also build the native executable using `./mvnw package -Pnative`.

You can also test your web socket applications using the approach detailed {quickstarts-blob-url}/websockets-quickstart/src/test/java/org/acme/websockets/ChatTestCase.java[here].
You can also test your web socket applications using the approach detailed {quickstarts-blob-url}/websockets-quickstart/src/test/java/org/acme/websockets/ChatTest.java[here].

0 comments on commit 8279189

Please sign in to comment.