Skip to content

Commit

Permalink
Updated URL referencing troubleshooting documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhicks980 authored Jun 16, 2024
1 parent b5fcee1 commit 73b660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/leak_tracker/lib/src/leak_tracking/helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import 'primitives/_retaining_path/_retaining_path.dart';
/// ensure an object is not held by another object from garbage collection.
///
/// For code example see
/// https://github.com/dart-lang/leak_tracker/blob/main/doc/TROUBLESHOOT.md
/// https://github.com/dart-lang/leak_tracker/blob/main/doc/leak_tracking/TROUBLESHOOT.md
Future<void> forceGC({
Duration? timeout,
int fullGcCycles = 1,
Expand Down

0 comments on commit 73b660c

Please sign in to comment.