Skip to content

Commit 073fd6c

Browse files
authored
Merge pull request #38 from isar-community/bugfix/releaseurl
Point release url to isar-community.dev
2 parents d10191a + 361b9ef commit 073fd6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/isar/lib/src/native/isar_core.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ const nullBool = IsarObject_NULL_BOOL;
3737
const falseBool = IsarObject_FALSE_BOOL;
3838
const trueBool = IsarObject_TRUE_BOOL;
3939

40-
const String _githubUrl =
41-
'https://github.com/isar-community/isar/releases/download';
40+
const String _githubUrl = 'https://isar-community.dev/releases';
4241

4342
bool _isarInitialized = false;
4443

0 commit comments

Comments
 (0)