Skip to content

Commit d8045cb

Browse files
committed
Merge remote-tracking branch 'kaazing/develop' into develop
2 parents 8d4a6b6 + 1091b2c commit d8045cb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

android/jms/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ This tutorial shows how Android application can communicate over the web with an
1919
- Run the application from Android Studio by selecting Run/Run Project. Refer to [Running Your App](https://developer.android.com/training/basics/firstapp/running-app.html) for more information.
2020

2121

22-
## Interact with Kaazing Java WebSocket Client API
22+
## Interact with Kaazing Android JMS Client API
2323

24-
Checklist how to create Kaazing Android WebSocket JMS application from scratch, to be able to send and receive JMS messages over WebSocket can be found [here](http://kaazing.com/doc/5.0/jms_client_docs/dev-android/o_dev_android.html).
24+
Checklist how to create Kaazing Android JMS application from scratch, to be able to send and receive JMS messages over WebSocket can be found [here](http://kaazing.com/doc/5.0/jms_client_docs/dev-android/o_dev_android.html).
2525

2626
## API Documentation
2727

2828
API Documentation for Kaazing Java WebSocket JMS Client library is available:
2929

30-
* [Kaazing JMS](https://kaazing.com/doc/jms/4.0/apidoc/client/java/jms/index.html)
30+
* [Kaazing JMS](http://kaazing.com/doc/5.0/jms_client_docs/apidoc/client/android/jms/index.html)

android/ws/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ The `echo` service, running inside the Kaazing WebSocket Gateway, reflects back
1919
- Create Android Virtual Device (AVD) for API level 19 (KitKat) or higher. For more information refer to [Create and Manage Virtual Devices](https://developer.android.com/studio/run/managing-avds.html)
2020
- Run the application from Android Studio by selecting Run/Run Project. Refer to [Running Your App](https://developer.android.com/training/basics/firstapp/running-app.html) for more information.
2121

22-
## Interact with Kaazing Java WebSocket Client API
22+
## Interact with Kaazing Android WebSocket Client API
2323

2424
Checklist how to create Kaazing Android WebSocket Echo application from scratch, to be able to send and receive Echo messages over WebSocket can be found [here](http://kaazing.com/doc/5.0/websocket_client_docs/dev-android/o_dev_android.html).
2525

2626
## API Documentation
2727

2828
API Documentation for Kaazing Java WebSocket Client library is available:
2929

30-
* [Kaazing WebSocket](https://kaazing.com/doc/legacy/4.0/apidoc/client/java/gateway/index.html)
30+
* [Kaazing Android WebSocket API](http://kaazing.com/doc/5.0/websocket_client_docs/apidoc/client/android/gateway/index.html)
3131

0 commit comments

Comments
 (0)