Skip to content

Commit a04f9df

Browse files
authored
Merge pull request #4 from jianxiaoguo/master
chore(pkg):replace the special words
2 parents 1f2b278 + 22ce1a3 commit a04f9df

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
rootfs/bin/boot
22
vendor/*
33
coverage.txt
4+
.idea/*

CONTRIBUTING.md

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

33
This project is part of Drycc. You can find the latest contribution
4-
guidelines [at the Drycc project](https://github.com/drycc/drycc/blob/master/CONTRIBUTING.md).
4+
guidelines [at the Drycc project](https://github.com/drycc/drycc/blob/main/CONTRIBUTING.md).

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Drycc Pkg
22

3-
[![Build Status](https://travis-ci.org/drycc/pkg.svg?branch=master)](https://travis-ci.org/drycc/pkg)
4-
[![codecov](https://codecov.io/gh/drycc/pkg/branch/master/graph/badge.svg)](https://codecov.io/gh/drycc/pkg)
3+
[![Build Status](https://travis-ci.org/drycc/pkg.svg?branch=main)](https://travis-ci.org/drycc/pkg)
4+
[![codecov](https://codecov.io/gh/drycc/pkg/branch/main/graph/badge.svg)](https://codecov.io/gh/drycc/pkg)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/drycc/pkg)](https://goreportcard.com/report/github.com/drycc/pkg)
66
[![GoDoc](https://godoc.org/github.com/drycc/pkg?status.svg)](https://godoc.org/github.com/drycc/pkg)
77

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
codecov:
2+
branch: main
3+
slug: "drycc/pkg"

0 commit comments

Comments
 (0)