We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b2eb9 commit a535f04Copy full SHA for a535f04
example/README.md
@@ -9,7 +9,7 @@ in the Dart ecosystem.
9
10
The Dart team builds docs for the [Dart API reference](https://api.dart.dev/)
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).
+[this script](https://github.com/dart-lang/sdk/blob/main/tools/bots/dart_sdk.py).
13
Look for `BuildDartdocAPIDocs`.
14
15
## Flutter
lib/src/experiment_options.dart
@@ -4,7 +4,7 @@
4
5
///
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.
+/// See https://github.com/dart-lang/sdk/blob/main/docs/process/experimental-flags.md.
8
library dartdoc.experiment_options;
0 commit comments