Skip to content

Commit 1f79cdb

Browse files
authored
Add resource links to readme (#342)
1 parent 124d91f commit 1f79cdb

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# HiveMQ MQTT Client
1+
<p align="center">
2+
<img src="https://www.hivemq.com/img/svg/hivemq-mqtt-client.svg" width="500">
3+
</p>
24

3-
<img src="https://www.hivemq.com/img/svg/hivemq-mqtt-client.svg" width="500">
5+
# HiveMQ MQTT Client
46

57
[![Build Status](https://travis-ci.org/hivemq/hivemq-mqtt-client.svg?branch=develop)](https://travis-ci.org/hivemq/hivemq-mqtt-client)
68
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.hivemq/hivemq-mqtt-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.hivemq/hivemq-mqtt-client)
@@ -9,9 +11,14 @@
911
MQTT 5.0 and 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and
1012
backpressure support.
1113

12-
## Documentation
13-
14-
A detailed documentation can be found [here](https://hivemq.github.io/hivemq-mqtt-client)
14+
- Documentation: https://hivemq.github.io/hivemq-mqtt-client/
15+
- Community forum: https://community.hivemq.com/
16+
- HiveMQ website: https://www.hivemq.com/
17+
- Contribution guidelines: [CONTRIBUTING.md](CONTRIBUTING.md)
18+
- License: [LICENSE](LICENSE)
19+
- MQTT resources:
20+
- [MQTT Essentials](https://www.hivemq.com/mqtt-essentials/)
21+
- [MQTT 5 Essentials](https://www.hivemq.com/mqtt-5/)
1522

1623
## Features
1724

@@ -591,8 +598,8 @@ classes.
591598

592599
## Contributing
593600

594-
See [CONTRIBUTING.md](CONTRIBUTING.md)
601+
If you want to contribute to HiveMQ MQTT Client, see the [contribution guidelines](CONTRIBUTING.md).
595602

596603
## License
597604

598-
See [LICENSE](LICENSE)
605+
HiveMQ MQTT Client is licensed under the `APACHE LICENSE, VERSION 2.0`. A copy of the license can be found [here](LICENSE).

0 commit comments

Comments
 (0)