Skip to content

Commit 993b308

Browse files
Merge pull request #1159 from ably/Adds-getting-started-links-new
Adds getting started links
2 parents f94b846 + f1cd596 commit 993b308

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Find out more:
1919

2020
Everything you need to get started with Ably:
2121

22-
- [Quickstart in Pub/Sub using Java](https://ably.com/docs/getting-started/quickstart?lang=java)
22+
* [Getting started with Pub/Sub using Java.](https://ably.com/docs/getting-started/java)
2323
* [SDK Setup for Java.](https://ably.com/docs/getting-started/setup?lang=java)
2424

2525
---
@@ -34,7 +34,7 @@ The following platforms are supported:
3434
|----------|---------|
3535
| Java | >= 1.8 (JRE 8 or later) |
3636
| Kotlin | All versions (>= 1.0 supported), but we recommend >= 1.8 for best compatibility. |
37-
| Android | >=4.4 (API level 19) |
37+
| Android | >=4.4 (API level 19) |
3838

3939
> [!IMPORTANT]
4040
> SDK versions < 1.2.35 will be [deprecated](https://ably.com/docs/platform/deprecate/protocol-v1) from November 1, 2025.
@@ -105,9 +105,9 @@ realtimeClient.connection.on(ConnectionEvent.connected, connectionStateChange ->
105105

106106
## Live Objects
107107

108-
Ably Live Objects provide realtime, collaborative data structures that automatically synchronize state across all connected clients. Build interactive applications with shared data that updates instantly across devices.
108+
[Ably Live Objects](https://ably.com/docs/liveobjects) provide realtime, collaborative data structures that automatically synchronize state across all connected clients. Build interactive applications with shared data that updates instantly across devices.
109109

110-
### Installation
110+
### Install Live Objects
111111

112112
Add the following dependency to your `build.gradle` file:
113113

@@ -117,10 +117,9 @@ dependencies {
117117
}
118118
```
119119

120-
### Documentation and Examples
120+
### Example app
121121

122-
- **[Live Objects Documentation](https://ably.com/docs/liveobjects)** - Complete guide to using Live Objects with code examples and API reference
123-
- **[Example App](./examples)** - Interactive demo showcasing Live Objects with realtime color voting and collaborative task management
122+
The Ably Live Objects [Example app](./examples) is an interactive demo showcasing Live Objects with realtime color voting and collaborative task management.
124123

125124
The example app demonstrates:
126125
- **Color Voting**: Realtime voting system with live vote counts synchronized across all devices
@@ -198,7 +197,7 @@ Read the [CONTRIBUTING.md](./CONTRIBUTING.md) guidelines to contribute to Ably.
198197

199198
## Releases
200199

201-
The [CHANGELOG.md](/ably/ably-java/blob/main/CHANGELOG.md) contains details of the latest releases for this SDK. You can also view all Ably releases on [changelog.ably.com](https://changelog.ably.com).
200+
The [CHANGELOG.md](./CHANGELOG.md) contains details of the latest releases for this SDK. You can also view all Ably releases on [changelog.ably.com](https://changelog.ably.com).
202201

203202
---
204203

0 commit comments

Comments
 (0)