Skip to content

Commit

Permalink
Adapt inspector link
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Clauss committed Mar 3, 2024
1 parent 96b717e commit ab2f06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/isar/lib/src/isar_connect.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ abstract class _IsarConnect {
if (path.endsWith('=')) {
path = path.substring(0, path.length - 1);
}
final url = ' https://inspect.isar.dev/${Isar.version}/#/$port$path ';
final url = ' https://isar-community.dev/inspector/${Isar.version}/#/$port$path ';
String line(String text, String fill) {
final fillCount = url.length - text.length;
final left = List.filled(fillCount ~/ 2, fill);
Expand Down

0 comments on commit ab2f06e

Please sign in to comment.