Skip to content

Commit 93263ec

Browse files
authored
Update URL to documentation (#7882)
* Update URL to documentation
1 parent 55917d9 commit 93263ec

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Android Gradle Plugin 7.4.0 and above.
1818

1919
### Internal
20-
* None.
20+
* Updated links to new documentation URL.
2121

2222

2323
## 10.18.0 (2024-02-06)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ The [Realm Kotlin SDK](https://github.com/realm/realm-kotlin) is now GA and can
1616
## Features
1717

1818
* **Mobile-first:** Realm is the first database built from the ground up to run directly inside phones, tablets, and wearables.
19-
* **Simple:** Data is directly exposed as objects and queryable by code, removing the need for ORM's riddled with performance & maintenance issues. Plus, we've worked hard to [keep our API down to very few classes](https://realm.io/docs/java/): most of our users pick it up intuitively, getting simple apps up & running in minutes.
19+
* **Simple:** Data is directly exposed as objects and queryable by code, removing the need for ORM's riddled with performance & maintenance issues. Plus, we've worked hard to [keep our API down to very few classes](https://www.mongodb.com/docs/atlas/device-sdks/sdk/java/): most of our users pick it up intuitively, getting simple apps up & running in minutes.
2020
* **Modern:** Realm supports easy thread-safety, relationships & encryption.
2121
* **Fast:** Realm is faster than even raw SQLite on common operations while maintaining an extremely rich feature set.
2222
* **[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-react-native-todo) and [create the cloud backend](http://mongodb.com/realm/register?utm_medium=github_atlas_CTA&utm_source=realm_js_github).
2323

2424
## Getting Started
2525

26-
Please see the [detailed instructions in our docs](https://docs.mongodb.com/realm/sdk/android/install/) to add Realm to your project.
26+
Please see the [detailed instructions in our docs](https://www.mongodb.com/docs/atlas/device-sdks/sdk/java/install/) to add Realm to your project.
2727

2828
## Documentation
2929

30-
Documentation for Realm can be found at [docs.mongodb.com/realm/sdk/android/](https://docs.mongodb.com/realm/sdk/android/).
31-
The API reference is located at [docs.mongodb.com/realm-sdks/java/](https://docs.mongodb.com/realm-sdks/java/latest/).
30+
Documentation for Realm can be found at [mongodb.com/docs/atlas/device-sdks/sdk/java/](https://www.mongodb.com/docs/atlas/device-sdks/sdk/java/).
31+
The API reference is located at [mongodb.com/docs/atlas/device-sdks/sdk/java/api/](https://www.mongodb.com/docs/atlas/device-sdks/sdk/java/api/).
3232

3333
## Getting Help
3434

@@ -216,7 +216,7 @@ that you can run `./gradlew :realm:realm-library:compileBaseDebugAndroidTestSour
216216
217217
The `./examples` folder contains many example projects showing how Realm can be used. If this is the first time you checkout or pull a new version of this repository to try the examples, you must call `./gradlew installRealmJava` from the top-level directory first. Otherwise, the examples will not compile as they depend on all Realm artifacts being installed in `mavenLocal()`.
218218
219-
Standalone examples can be [downloaded from website](https://realm.io/docs/java/latest/#getting-started).
219+
Standalone examples can be [downloaded from website](https://www.mongodb.com/docs/realm/sdk/java/quick-starts/quick-start-local/#complete-example).
220220
221221
## Running Tests on a Device
222222

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Realm team is here to help you with your Realm-related issues!
44

55
## Documentation
66

7-
Before asking questions, please familiarize yourself with our [Java](https://docs.mongodb.com/realm/sdk/android/) documentation. We also have a number of [Tech Notes](https://realm.io/docs/tech-notes/) which cover various topics that may be of interest.
7+
Before asking questions, please familiarize yourself with our [Java](https://www.mongodb.com/docs/atlas/device-sdks/sdk/java/) documentation. We also have a number of [Troubleshooting Notes](https://www.mongodb.com/docs/atlas/device-sdks/sdk/java/troubleshooting/) which cover various topics that may be of interest.
88

99
## Stack Overflow
1010

0 commit comments

Comments
 (0)