mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: clean up references to old master branch (#45856)
Cleans up all references to the `master` branch we renamed to `main` across Angular. PR Close #45856
This commit is contained in:
committed by
Andrew Kushnir
parent
aef5c92b0b
commit
68a6a075f4
@@ -24,8 +24,8 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://circleci.com/gh/angular/workflows/angular/tree/master">
|
||||
<img src="https://img.shields.io/circleci/build/github/angular/angular/master.svg?logo=circleci&logoColor=fff&label=CircleCI" alt="CI status" />
|
||||
<a href="https://circleci.com/gh/angular/workflows/angular/tree/main">
|
||||
<img src="https://img.shields.io/circleci/build/github/angular/angular/main.svg?logo=circleci&logoColor=fff&label=CircleCI" alt="CI status" />
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/@angular/core">
|
||||
<img src="https://img.shields.io/npm/v/@angular/core.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="Angular on npm" />
|
||||
|
||||
Reference in New Issue
Block a user