Skip to content

Commit 495c3f3

Browse files
author
Michael Cretzman
committed
fixing links
1 parent 3100df0 commit 495c3f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ws/doc/p_dev_java_websocket.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The KAAZING Gateway Java WebSocket API offers two options for creating and using
178178

179179
### WebSocket Class
180180

181-
The WebSocket class is demonstrated in the [Build the Java API Client Demo](#Walkthrough) example, but there are some additional elements to be aware of such as methods for text and/or binary WebSocket messages. These methods are described in [Methods for Text and Binary Messages](#Binary).
181+
The WebSocket class is demonstrated in the [Build the Java API Client Demo](#build-the-java-api-client-demo) example, but there are some additional elements to be aware of such as methods for text and/or binary WebSocket messages. These methods are described in [Methods for Text and Binary Messages](#methods-for-text-and-binary-messages).
182182

183183
### WsURLConnection
184184

@@ -289,7 +289,7 @@ Thread messageReceivingThread = new Thread() {
289289
};
290290
```
291291

292-
**Note:** In UI-based Java clients, receiving messages should be done on a separate thread to avoid blocking the java.awt [EventDispatchThread](http://docs.oracle.com/javase/tutorial/uiswing/concurrency/dispatch.html). Review the example in [Build the Java API Client Demo](http://localhost:8001/documentation/dev-java/p_dev_java_websocket.html#Walkthrough) to see a demonstration.
292+
**Note:** In UI-based Java clients, receiving messages should be done on a separate thread to avoid blocking the java.awt [EventDispatchThread](http://docs.oracle.com/javase/tutorial/uiswing/concurrency/dispatch.html). Review the example in [Build the Java API Client Demo](#build-the-java-api-client-demo) to see a demonstration.
293293

294294
### Text-only Clients
295295

0 commit comments

Comments
 (0)