File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ in the Dart ecosystem.
99
1010The Dart team builds docs for the [ Dart API reference] ( https://api.dart.dev/ )
1111with each new version of the SDK, via
12- [ this script] ( https://github.com/dart-lang/sdk/blob/master /tools/bots/dart_sdk.py ) .
12+ [ this script] ( https://github.com/dart-lang/sdk/blob/main /tools/bots/dart_sdk.py ) .
1313Look for ` BuildDartdocAPIDocs ` .
1414
1515## Flutter
Original file line number Diff line number Diff line change 44
55///
66/// Implementation of Dart language experiment option handling for dartdoc.
7- /// See https://github.com/dart-lang/sdk/blob/master /docs/process/experimental-flags.md.
7+ /// See https://github.com/dart-lang/sdk/blob/main /docs/process/experimental-flags.md.
88///
99library dartdoc.experiment_options;
1010
You can’t perform that action at this time.
0 commit comments