diff --git a/src/pages/docs/basics/index.mdx b/src/pages/docs/basics/index.mdx
index 1b10b522ff..93a1fdd703 100644
--- a/src/pages/docs/basics/index.mdx
+++ b/src/pages/docs/basics/index.mdx
@@ -76,7 +76,7 @@ The realtime interface is implemented using an Ably-defined protocol, primarily
### REST HTTP API
-Interacting with the [REST HTTP API](/docs/api/rest-api) directly is fully supported. However, Ably recommends using the REST interface of an SDK where possible, as they provide additional features that improve performance and resilience that the REST HTTP API can't deliver on its own. This includes automatic re-routing around network problems by using alternative data centers.
+Interacting with the [REST HTTP API](/docs/api/rest-api) directly is fully supported. However, Ably recommends using the REST interface of an SDK where possible, as they provide additional features that improve performance and resilience that the REST HTTP API can't deliver on its own.
## Supported protocols
@@ -88,7 +88,7 @@ The following other protocols are supported:
| Protocol | Description |
|----------|-------------|
-| **[MQTT](/docs/protocols/mqtt)** | Translate between the [Message Queuing Telemetry Transport (MQTT)](https://mqtt.org) and Ably's own protocol. Often used in remote devices with small footprints |
-| **[SSE](/docs/protocols/sse)** | Use Server Sent Events (SSE) to get a realtime stream of events from Ably, where using a full SDK is impractical. Often used when you have stringent memory restrictions and only need to subscribe to events, not publish them |
-| **[Pusher Adapter](/docs/protocols/pusher)** | Quickly migrate from Pusher to Ably using the Pusher Adapter |
-| **[PubNub Adapter](/docs/protocols/pubnub)** | Quickly migrate from PubNub to Ably using the PubNub Adapter |
+| [MQTT](/docs/protocols/mqtt) | Translate between the [Message Queuing Telemetry Transport (MQTT)](https://mqtt.org) and Ably's own protocol. Often used in remote devices with small footprints |
+| [SSE](/docs/protocols/sse) | Use Server Sent Events (SSE) to get a realtime stream of events from Ably, where using a full SDK is impractical. Often used when you have stringent memory restrictions and only need to subscribe to events, not publish them |
+| [Pusher Adapter](/docs/protocols/pusher) | Quickly migrate from Pusher to Ably using the Pusher Adapter |
+| [PubNub Adapter](/docs/protocols/pubnub) | Quickly migrate from PubNub to Ably using the PubNub Adapter |