Skip to content

Commit e8ce3b0

Browse files
authored
Merge pull request #14 from isar-community/adapt-inspector-url
Adapt inspector link
2 parents 5631084 + ab2f06e commit e8ce3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/isar/lib/src/isar_connect.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ abstract class _IsarConnect {
7272
if (path.endsWith('=')) {
7373
path = path.substring(0, path.length - 1);
7474
}
75-
final url = ' https://inspect.isar.dev/${Isar.version}/#/$port$path ';
75+
final url = ' https://isar-community.dev/inspector/${Isar.version}/#/$port$path ';
7676
String line(String text, String fill) {
7777
final fillCount = url.length - text.length;
7878
final left = List.filled(fillCount ~/ 2, fill);

0 commit comments

Comments
 (0)