From 483f938d6cb3c6f008f6aa1a8277c9035b576e0c Mon Sep 17 00:00:00 2001 From: Tom Kirby-Green Date: Mon, 28 Feb 2022 06:53:15 +0000 Subject: [PATCH] Update legacy urls, replacing 'ably.io' with 'ably.com'. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 064f8178..a29b790d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ably-python ## Overview -This is a Python client library for Ably. The library currently targets the [Ably 1.1 client library specification](https://www.ably.io/documentation/client-lib-development-guide/features/). +This is a Python client library for Ably. The library currently targets the [Ably 1.1 client library specification](https://ably.com/documentation/client-lib-development-guide/features). ## Running example @@ -184,7 +184,7 @@ await client.close() ## Resources -Visit https://www.ably.io/documentation for a complete API reference and more examples. +Visit https://ably.com/documentation for a complete API reference and more examples. ## Requirements @@ -196,16 +196,16 @@ for the set of versions that currently undergo CI testing. ## Known Limitations -Currently, this SDK only supports [Ably REST](https://www.ably.io/documentation/rest). -However, you can use the [MQTT adapter](https://www.ably.io/documentation/mqtt) to implement [Ably's Realtime](https://www.ably.io/documentation/realtime) features using Python. +Currently, this SDK only supports [Ably REST](https://ably.com/documentation/rest). +However, you can use the [MQTT adapter](https://ably.com/documentation/mqtt) to implement [Ably's Realtime](https://ably.com/documentation/realtime) features using Python. ## Support, Feedback and Troubleshooting -If you find any compatibility issues, please [do raise an issue](https://github.com/ably/ably-python/issues/new) in this repository or [contact Ably customer support](https://support.ably.io/) for advice. +If you find any compatibility issues, please [do raise an issue](https://github.com/ably/ably-python/issues/new) in this repository or [contact Ably customer support](https://ably.com/support) for advice. ## Support, feedback and troubleshooting -Please visit http://support.ably.io/ for access to our knowledge base and to ask for any assistance. +Please visit https://ably.com/support for access to our knowledge base and to ask for any assistance. You can also view the [community reported GitHub issues](https://github.com/ably/ably-python/issues).