Skip to content

Commit 22b817c

Browse files
authored
Merge pull request #1717 from realm/kneth/docs-new-url
Update URL to documentation
2 parents b77ebc1 + 3723ff7 commit 22b817c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This release will bump the Realm file format from version 23 to 24. Opening a fi
5151
* Updated to Realm Core 14.4.1 commit 374dd672af357732dccc135fecc905406fec3223.
5252
* Deprecated Jenkins and switching to Github Action ([JIRA]https://jira.mongodb.org/browse/RKOTLIN-825).
5353
- Remove CMake required version.
54-
54+
* Updated URL to documentation.
5555

5656
## 1.14.2-SNAPSHOT (YYYY-MM-DD)
5757

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ This repository holds the source code for the Kotlin SDK for Realm, which runs o
1818
* **Intuitive to Developers:** Realm’s object-oriented data model is simple to learn, doesn’t need an ORM, and lets you write less code.
1919
* **Built for Mobile:** Realm is fully-featured, lightweight, and efficiently uses memory, disk space, and battery life.
2020
* **Designed for Offline Use:** Realm’s local database persists data on-disk, so apps work as well offline as they do online.
21-
* **[MongoDB Atlas Device Sync](https://www.mongodb.com/atlas/app-services/device-sync)**: Makes it simple to keep data in sync across users, devices, and your backend in real-time. Get started for free with [a template application](https://github.com/mongodb/template-app-kotlin-todo) and [create the cloud backend](http://mongodb.com/realm/register?utm_medium=github_atlas_CTA&utm_source=realm_kotlin_github).
21+
* **[Atlas Device Sync](https://www.mongodb.com/docs/atlas/app-services/sync/)**: Makes it simple to keep data in sync across users, devices, and your backend in real-time. Get started for free with [a template application](https://github.com/mongodb/template-app-kotlin-todo) and [create the cloud backend](http://mongodb.com/realm/register?utm_medium=github_atlas_CTA&utm_source=realm_kotlin_github).
2222

2323
# General Availability
2424

2525
The Realm Kotlin SDK is GA.
2626

27-
Documentation can be found [here](https://docs.mongodb.com/realm/sdk/kotlin-multiplatform/).
27+
Documentation can be found [here](https://www.mongodb.com/docs/atlas/device-sdks/sdk/kotlin/).
2828

2929
Sample projects can be found [here](https://github.com/realm/realm-kotlin-samples).
3030

3131
If you are upgrading from a previous beta release of Realm Kotlin, please see the [CHANGELOG](CHANGELOG.md) for the full list of changes.
3232

33-
If you are migrating from [Realm Java](https://github.com/realm/realm-java), please see the [Migration Guide](https://www.mongodb.com/docs/realm/sdk/kotlin/migrate-from-java-sdk-to-kotlin-sdk/).
33+
If you are migrating from [Realm Java](https://github.com/realm/realm-java), please see the [Migration Guide](https://www.mongodb.com/docs/atlas/device-sdks/sdk/kotlin/migrate-from-java-sdk-to-kotlin-sdk/).
3434

3535

3636
# Usage
@@ -39,8 +39,8 @@ If you are migrating from [Realm Java](https://github.com/realm/realm-java), ple
3939

4040
Installation differs slightly depending on the type of project and whether or not you are using Device Sync. See the details in the documentation:
4141

42-
* [Android](https://www.mongodb.com/docs/realm/sdk/kotlin/install/android/#installation)
43-
* [Kotlin Multiplatform](https://www.mongodb.com/docs/realm/sdk/kotlin/install/kotlin-multiplatform/#installation)
42+
* [Android](https://www.mongodb.com/docs/atlas/device-sdks/sdk/kotlin/install/#std-label-kotlin-install-android)
43+
* [Kotlin Multiplatform](https://www.mongodb.com/docs/atlas/device-sdks/sdk/kotlin/install/#std-label-kotlin-install-kotlin-multiplatform)
4444

4545
Also pay attention to restrictions on which versions of Kotlin and other dependencies that are supported. You can read
4646
more in the [version compatibility matrix](#version-compatibility-matrix).
@@ -97,7 +97,7 @@ CoroutineScope(context).async {
9797

9898
## Query
9999

100-
The query language supported by Realm is inspired by Apple’s [NSPredicate](https://developer.apple.com/documentation/foundation/nspredicate), see more examples [here](https://docs.mongodb.com/realm/sdk/kotlin/realm-database/query-language/)
100+
The query language supported by Realm is inspired by Apple’s [NSPredicate](https://developer.apple.com/documentation/foundation/nspredicate), see more examples [here](https://www.mongodb.com/docs/atlas/device-sdks/realm-query-language/)
101101

102102
```Kotlin
103103
// All persons

0 commit comments

Comments
 (0)