diff --git a/.github/workflows/release-drafter.yml b/.github/workflow_release-drafter.yml similarity index 100% rename from .github/workflows/release-drafter.yml rename to .github/workflow_release-drafter.yml diff --git a/README.md b/README.md index 946e46c..5c65503 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![Python Wheel](https://img.shields.io/pypi/wheel/amqtt?style=plastic) [![PyPI](https://img.shields.io/pypi/v/amqtt?style=plastic&logo=python&logoColor=yellow)](https://pypi.org/project/amqtt/) -![docs/assets/amqtt.svg](https://amqtt.readthedocs.io/en/v0.11.0/docs/assets/amqtt.svg) +![docs/assets/amqtt.svg](https://github.com/Yakifo/amqtt/blob/v0.11.0/docs/assets/amqtt.svg) `aMQTT` is an open source [MQTT](http://www.mqtt.org) broker and client[^1], natively implemented with Python's [asyncio](https://docs.python.org/3/library/asyncio.html). @@ -39,6 +39,11 @@ Launch from [DockerHub](https://hub.docker.com/repositories/amqtt) $ docker run -d -p 1883:1883 amqtt/amqtt:latest ``` +## Testing + +The `amqtt` project runs a test aMQTT broker/server at [test.amqtt.io](https://test.amqtt.io) which supports: MQTT, MQTT over TLS, websocket, secure websockets. + + ## Support Bug reports, patches and suggestions welcome! Just [open an issue](https://github.com/Yakifo/amqtt/issues/new) or join the [discord community](https://discord.gg/S3sP6dDaF3). diff --git a/docs_web/index.md b/docs_web/index.md index b454760..8d4110d 100644 --- a/docs_web/index.md +++ b/docs_web/index.md @@ -28,17 +28,14 @@ Launch from ![dockerhub](assets/docker.svg) [DockerHub](https://hub.docker.com/r $ docker run -d -p 1883:1883 amqtt/amqtt:latest ``` +## Testing + +The `amqtt` project runs a test aMQTT broker/server at [test.amqtt.io](https://test.amqtt.io) which supports: MQTT, MQTT over TLS, websocket, secure websockets. + + ## Support `amqtt` development is available on ![github](assets/github.svg) [GitHub](https://github.com/Yakifo/amqtt). Bug reports, patches and suggestions welcome! ![github](assets/github.svg) [Open an issue](https://github.com/Yakifo/amqtt/issues/new) or join the ![discord](assets/discord.svg) [discord community](https://discord.gg/S3sP6dDaF3). -## Testing - -The `amqtt` project runs a test MQTT server at [test.amqtt.io](https://test.amqtt.io) which supports: - -- MQTT -- MQTT over TLS -- websockets -- secure websockets \ No newline at end of file