Skip to content

Commit 72b16f3

Browse files
Split samples README into separate README files (#336)
1 parent 8d458bf commit 72b16f3

File tree

18 files changed

+1365
-903
lines changed

18 files changed

+1365
-903
lines changed

Diff for: README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@ to JS by the [awscrt](https://github.com/awslabs/aws-crt-nodejs) package.
1818
* [Getting Help](#Getting-Help)
1919
* [FAQ](./documents/FAQ.md)
2020
* [Giving Feedback and Contributions](#Giving-Feedback-and-Contributions)
21-
21+
* [MQTT5 User Guide](https://github.com/awslabs/aws-crt-nodejs/blob/main/MQTT5-UserGuide.md)
2222

2323
## What's New
2424

25-
The SDK now supports MQTT5. See the [MQTT5 User Guide](https://github.com/awslabs/aws-crt-nodejs/blob/main/MQTT5-UserGuide.md)
26-
or the API Documentation for [NodeJS](https://awslabs.github.io/aws-crt-nodejs/node/modules/mqtt5.html) or
27-
the [browser](https://awslabs.github.io/aws-crt-nodejs/browser/modules/mqtt5.html) for more information.
28-
29-
MQTT5 samples can also be found for [NodeJS](https://github.com/aws/aws-iot-device-sdk-js-v2/blob/main/samples/node/pub_sub_mqtt5)
30-
and the [browser](https://github.com/aws/aws-iot-device-sdk-js-v2/blob/main/samples/browser/pub_sub_mqtt5).
25+
The SDK now supports MQTT5. See the [MQTT5 User Guide](https://github.com/awslabs/aws-crt-nodejs/blob/main/MQTT5-UserGuide.md)
26+
or the API Documentation for [NodeJS](https://awslabs.github.io/aws-crt-nodejs/node/modules/mqtt5.html) or
27+
the [browser](https://awslabs.github.io/aws-crt-nodejs/browser/modules/mqtt5.html) for more information. There is also a [MQTT5 sample for NodeJS](https://github.com/aws/aws-iot-device-sdk-js-v2/blob/main/samples/node/pub_sub_mqtt5) and a [MQTT5 sample for the browser](https://github.com/aws/aws-iot-device-sdk-js-v2/blob/main/samples/browser/pub_sub_mqtt5).
3128

3229
## Installation
3330

0 commit comments

Comments
 (0)