Reland: Update link branches to main (#146882)
Reland https://github.com/flutter/flutter/pull/146558, reverted in https://github.com/flutter/flutter/pull/146880 due to an outdated test result ## Original description - Update CS and googlesource.com link branches - Update GitHub /blob/ and /tree/ links Tested links manually and fixes a few broken or deprecated links Added a test that validates that `master` isn't used, except for specified repos. Part of https://github.com/flutter/flutter/issues/121564
This commit is contained in:
@@ -60,7 +60,7 @@ Future<bool> run(List<String> arguments) async {
|
||||
void printHelp() {
|
||||
print('run_tests.dart [options...] path/to/file1.test path/to/file2.test...');
|
||||
print('For details on the test registry format, see:');
|
||||
print(' https://github.com/flutter/tests/blob/master/registry/template.test');
|
||||
print(' https://github.com/flutter/tests/blob/main/registry/template.test');
|
||||
print('');
|
||||
print(argParser.usage);
|
||||
print('');
|
||||
|
||||
Reference in New Issue
Block a user