Skip to content

Commit 5dd9d4a

Browse files
devversionatscott
authored andcommitted
build: account for rename of angular/code-of-conduct default branch (angular#46640)
We just renamed the Angular code of conduct repository default branch to `main`. This repository was not part of the large migration and is now handled separately as a little clean-up. PR Close angular#46640
1 parent 39c02f1 commit 5dd9d4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ The following documents can help you sort out issues with GitHub accounts and mu
394394

395395

396396
[angular-group]: https://groups.google.com/forum/#!forum/angular
397-
[coc]: https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md
397+
[coc]: https://github.com/angular/code-of-conduct/blob/main/CODE_OF_CONDUCT.md
398398
[commit-message-format]: https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#
399399
[corporate-cla]: https://cla.developers.google.com/about/google-corporate
400400
[dev-doc]: https://github.com/angular/angular/blob/main/docs/DEVELOPER.md

aio/content/marketing/docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ See [Contributing to Angular](https://github.com/angular/angular/blob/main/CONTR
5353
for information about submission guidelines.
5454

5555
Our community values respectful, supportive communication.
56-
Please consult and adhere to the [Code of Conduct](https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md "Contributor code of conduct").
56+
Please consult and adhere to the [Code of Conduct](https://github.com/angular/code-of-conduct/blob/main/CODE_OF_CONDUCT.md "Contributor code of conduct").

aio/content/navigation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@
12661266
"tooltip": "Post issues and suggestions on github."
12671267
},
12681268
{
1269-
"url": "https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md",
1269+
"url": "https://github.com/angular/code-of-conduct/blob/main/CODE_OF_CONDUCT.md",
12701270
"title": "Code of Conduct",
12711271
"tooltip": "Treating each other with respect."
12721272
}

0 commit comments

Comments
 (0)