diff options
author | techknowlogick | 2021-05-04 12:16:23 -0400 |
---|---|---|
committer | GitHub | 2021-05-04 12:16:23 -0400 |
commit | ab77a24f18ae45248bd6c71778fe3bfacacf864f (patch) | |
tree | 19cfe3c283d8eb01039a275d25b55758925553cf /README.md | |
parent | 21465a2ce361eeb2bff171a0b962dac771ab18d9 (diff) |
update branch in CI and docs (#15631)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,13 +1,13 @@ <p align="center"> <a href="https://gitea.io/"> - <img alt="Gitea" src="https://raw.githubusercontent.com/go-gitea/gitea/master/public/img/gitea.svg" width="220"/> + <img alt="Gitea" src="https://raw.githubusercontent.com/go-gitea/gitea/main/public/img/gitea.svg" width="220"/> </a> </p> <h1 align="center">Gitea - Git with a cup of tea</h1> <p align="center"> <a href="https://drone.gitea.io/go-gitea/gitea" title="Build Status"> - <img src="https://drone.gitea.io/api/badges/go-gitea/gitea/status.svg?ref=refs/heads/master"> + <img src="https://drone.gitea.io/api/badges/go-gitea/gitea/status.svg?ref=refs/heads/main"> </a> <a href="https://discord.gg/Gitea" title="Join the Discord chat at https://discord.gg/Gitea"> <img src="https://img.shields.io/discord/322538954119184384.svg"> @@ -16,7 +16,7 @@ <img src="https://images.microbadger.com/badges/image/gitea/gitea.svg"> </a> <a href="https://codecov.io/gh/go-gitea/gitea" title="Codecov"> - <img src="https://codecov.io/gh/go-gitea/gitea/branch/master/graph/badge.svg"> + <img src="https://codecov.io/gh/go-gitea/gitea/branch/main/graph/badge.svg"> </a> <a href="https://godoc.org/code.gitea.io/gitea" title="Go Report Card"> <img src="https://goreportcard.com/badge/code.gitea.io/gitea"> @@ -150,7 +150,7 @@ We're [working on it](https://github.com/go-gitea/gitea/issues/1029). ## License This project is licensed under the MIT License. -See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file +See the [LICENSE](https://github.com/go-gitea/gitea/blob/main/LICENSE) file for the full license text. ## Screenshots |