Skip to content

Commit

Permalink
Merge pull request #258 from ably/update-legacy-urls
Browse files Browse the repository at this point in the history
Update legacy urls, replacing 'ably.io' with 'ably.com'.
  • Loading branch information
tomkirbygreen authored Mar 3, 2022
2 parents f08762c + 483f938 commit 2899797
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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).

Expand Down

0 comments on commit 2899797

Please sign in to comment.