@@ -26,8 +26,8 @@
Quickstart •
Documentation •
- Sample Apps •
- Support & Ideas •
+ Sample Apps •
+ Support & Ideas •
Pub.dev
@@ -200,7 +200,7 @@ Benchmarks only give a rough idea of the performance of a database but as you ca
| ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
|
|
|
-If you are interested in more benchmarks or want to check how Isar performs on your device you can run the [benchmarks](https://github.com/isar/isar_benchmark) yourself.
+If you are interested in more benchmarks or want to check how Isar performs on your device you can run the [benchmarks](https://github.com/isar-community/isar_benchmark) yourself.
## Unit tests
diff --git a/packages/isar/pubspec.yaml b/packages/isar/pubspec.yaml
index 195ed07ba..2e4d7ccd1 100644
--- a/packages/isar/pubspec.yaml
+++ b/packages/isar/pubspec.yaml
@@ -1,9 +1,9 @@
name: isar
description: Extremely fast, easy to use, and fully async NoSQL database for Flutter.
version: 0.0.0-placeholder
-repository: https://github.com/isar/isar/tree/main/packages/isar
-homepage: https://github.com/isar/isar
-issue_tracker: https://github.com/isar/isar/issues
+repository: https://github.com/isar-community/isar/tree/main/packages/isar
+homepage: https://github.com/isar-community/isar
+issue_tracker: https://github.com/isar-community/isar/issues
documentation: https://isar.dev
funding:
- https://github.com/sponsors/simc/
diff --git a/packages/isar_flutter_libs/README.md b/packages/isar_flutter_libs/README.md
index ab70e9704..f99bcf62f 100644
--- a/packages/isar_flutter_libs/README.md
+++ b/packages/isar_flutter_libs/README.md
@@ -1 +1 @@
-### Flutter binaries for the [Isar Database](https://github.com/isar/isar) please go there for documentation.
\ No newline at end of file
+### Flutter binaries for the [Isar Database](https://github.com/isar-community/isar) please go there for documentation.
\ No newline at end of file
diff --git a/packages/isar_flutter_libs/pubspec.yaml b/packages/isar_flutter_libs/pubspec.yaml
index 65956f9d4..feaea90fc 100644
--- a/packages/isar_flutter_libs/pubspec.yaml
+++ b/packages/isar_flutter_libs/pubspec.yaml
@@ -1,7 +1,7 @@
name: isar_flutter_libs
description: Isar Core binaries for the Isar Database. Needs to be included for Flutter apps.
version: 0.0.0-placeholder
-repository: https://github.com/isar/isar
+repository: https://github.com/isar-community/isar
homepage: https://isar.dev
environment:
diff --git a/tool/download_binaries.sh b/tool/download_binaries.sh
index 3afda4aeb..0784eebd5 100644
--- a/tool/download_binaries.sh
+++ b/tool/download_binaries.sh
@@ -5,7 +5,7 @@ if [ -z "$ISAR_VERSION" ]; then
exit 2;
fi
-github="https://github.com/isar/isar/releases/download/$ISAR_VERSION"
+github="https://github.com/isar-community/isar/releases/download/$ISAR_VERSION"
curl "${github}/libisar_android_arm64.so" -o packages/isar_flutter_libs/android/src/main/jniLibs/arm64-v8a/libisar.so --create-dirs -L -f