Skip to content

Commit a535f04

Browse files
authored
master->main (#2779)
1 parent a6b2eb9 commit a535f04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ in the Dart ecosystem.
99

1010
The Dart team builds docs for the [Dart API reference](https://api.dart.dev/)
1111
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).
1313
Look for `BuildDartdocAPIDocs`.
1414

1515
## Flutter

lib/src/experiment_options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
///
99
library dartdoc.experiment_options;
1010

0 commit comments

Comments
 (0)