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.
9
9
10
10
The Dart team builds docs for the [ Dart API reference] ( https://api.dart.dev/ )
11
11
with 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 ) .
13
13
Look for ` BuildDartdocAPIDocs ` .
14
14
15
15
## Flutter
Original file line number Diff line number Diff line change 4
4
5
5
///
6
6
/// 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.
8
8
///
9
9
library dartdoc.experiment_options;
10
10
You can’t perform that action at this time.
0 commit comments