Skip to content

Commit

Permalink
fixed document's dead link (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
luxun1910 authored Nov 21, 2024
1 parent 2c29a35 commit 7fcd816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/snippets/setup/database.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AppDatabase extends _$AppDatabase {
// #enddocregion before_generation
// After generating code, this class needs to define a `schemaVersion` getter
// and a constructor telling drift where the database should be stored.
// These are described in the getting started guide: https://drift.simonbinder.eu/getting-started/#open
// These are described in the getting started guide: https://drift.simonbinder.eu/setup/
AppDatabase() : super(_openConnection());

@override
Expand Down

0 comments on commit 7fcd816

Please sign in to comment.