Skip to content

Commit 2b57426

Browse files
author
lijianguo
committed
chore(builder):replace the special words
1 parent 7c16612 commit 2b57426

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Drycc Maintainers
22

33
This project is part of Drycc. The official maintainers documentation is
4-
located [in the main project](https://github.com/drycc/drycc/blob/master/MAINTAINERS.md).
4+
located [in the main project](https://github.com/drycc/drycc/blob/main/MAINTAINERS.md).

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
# Drycc Builder v2
33

4-
[![Build Status](https://travis-ci.org/drycc/builder.svg?branch=master)](https://travis-ci.org/drycc/builder)
5-
[![codecov](https://codecov.io/gh/drycc/builder/branch/master/graph/badge.svg)](https://codecov.io/gh/drycc/builder)
4+
[![Build Status](https://travis-ci.org/drycc/builder.svg?branch=main)](https://travis-ci.org/drycc/builder)
5+
[![codecov](https://codecov.io/gh/drycc/builder/branch/main/graph/badge.svg)](https://codecov.io/gh/drycc/builder)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/drycc/builder)](https://goreportcard.com/report/github.com/drycc/builder)
7-
[![codebeat badge](https://codebeat.co/badges/0507e5d5-163b-4280-84ea-83bd2e0c8e41)](https://codebeat.co/projects/github-com-drycc-builder-master)
7+
[![codebeat badge](https://codebeat.co/badges/0507e5d5-163b-4280-84ea-83bd2e0c8e41)](https://codebeat.co/projects/github-com-drycc-builder-main)
88

99
Drycc - A Fork of Drycc Workflow
1010

@@ -71,7 +71,7 @@ The [end-to-end tests](https://github.com/drycc/workflow-e2e) repository has our
7171

7272
## Running End-to-End Tests
7373

74-
Please see [README.md](https://github.com/drycc/workflow-e2e/blob/master/README.md) on the end-to-end tests repository for instructions on how to set up your testing environment and run the tests.
74+
Please see [README.md](https://github.com/drycc/workflow-e2e/blob/main/README.md) on the end-to-end tests repository for instructions on how to set up your testing environment and run the tests.
7575

7676
## Dogfooding
7777

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
codecov:
2-
branch: master
2+
branch: main
33
slug: "drycc/builder"

0 commit comments

Comments
 (0)