Skip to content

Commit 24605c5

Browse files
authored
update branch names in a few links (#1039)
Signed-off-by: Christoph Mewes <[email protected]>
1 parent 4048091 commit 24605c5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ examples/random/random
1111
vendor/
1212

1313
# The remainder of this file is taken from
14-
# https://github.com/github/gitignore/blob/master/Go.gitignore
14+
# https://github.com/github/gitignore/blob/main/Go.gitignore
1515

1616
# Binaries for programs and plugins
1717
*.exe

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Prometheus Community Code of Conduct
22

3-
Prometheus follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
3+
Prometheus follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prometheus Go client library
22

3-
[![CircleCI](https://circleci.com/gh/prometheus/client_golang/tree/master.svg?style=svg)](https://circleci.com/gh/prometheus/client_golang/tree/master)
3+
[![CircleCI](https://circleci.com/gh/prometheus/client_golang/tree/main.svg?style=svg)](https://circleci.com/gh/prometheus/client_golang/tree/main)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/client_golang)](https://goreportcard.com/report/github.com/prometheus/client_golang)
55
[![Go Reference](https://pkg.go.dev/badge/github.com/prometheus/client_golang.svg)](https://pkg.go.dev/github.com/prometheus/client_golang)
66
[![Slack](https://img.shields.io/badge/join%20slack-%23prometheus--client_golang-brightgreen.svg)](https://slack.cncf.io/)
@@ -35,21 +35,21 @@ coexist for a while to enable a convenient transition.
3535
[![code-coverage](http://gocover.io/_badge/github.com/prometheus/client_golang/prometheus)](http://gocover.io/github.com/prometheus/client_golang/prometheus) [![Go Reference](https://pkg.go.dev/badge/github.com/prometheus/client_golang/prometheus.svg)](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus)
3636

3737
The
38-
[`prometheus` directory](https://github.com/prometheus/client_golang/tree/master/prometheus)
38+
[`prometheus` directory](https://github.com/prometheus/client_golang/tree/main/prometheus)
3939
contains the instrumentation library. See the
4040
[guide](https://prometheus.io/docs/guides/go-application/) on the Prometheus
4141
website to learn more about instrumenting applications.
4242

4343
The
44-
[`examples` directory](https://github.com/prometheus/client_golang/tree/master/examples)
44+
[`examples` directory](https://github.com/prometheus/client_golang/tree/main/examples)
4545
contains simple examples of instrumented code.
4646

4747
## Client for the Prometheus HTTP API
4848

4949
[![code-coverage](http://gocover.io/_badge/github.com/prometheus/client_golang/api/prometheus/v1)](http://gocover.io/github.com/prometheus/client_golang/api/prometheus/v1) [![Go Reference](https://pkg.go.dev/badge/github.com/prometheus/client_golang/api.svg)](https://pkg.go.dev/github.com/prometheus/client_golang/api)
5050

5151
The
52-
[`api/prometheus` directory](https://github.com/prometheus/client_golang/tree/master/api/prometheus)
52+
[`api/prometheus` directory](https://github.com/prometheus/client_golang/tree/main/api/prometheus)
5353
contains the client for the
5454
[Prometheus HTTP API](http://prometheus.io/docs/querying/api/). It allows you
5555
to write Go applications that query time series data from a Prometheus
@@ -58,14 +58,14 @@ server. It is still in alpha stage.
5858
## Where is `model`, `extraction`, and `text`?
5959

6060
The `model` packages has been moved to
61-
[`prometheus/common/model`](https://github.com/prometheus/common/tree/master/model).
61+
[`prometheus/common/model`](https://github.com/prometheus/common/tree/main/model).
6262

6363
The `extraction` and `text` packages are now contained in
64-
[`prometheus/common/expfmt`](https://github.com/prometheus/common/tree/master/expfmt).
64+
[`prometheus/common/expfmt`](https://github.com/prometheus/common/tree/main/expfmt).
6565

6666
## Contributing and community
6767

6868
See the [contributing guidelines](CONTRIBUTING.md) and the
6969
[Community section](http://prometheus.io/community/) of the homepage.
7070

71-
`clint_golang` community is also present on the CNCF Slack `#prometheus-client_golang`.
71+
`clint_golang` community is also present on the CNCF Slack `#prometheus-client_golang`.

0 commit comments

Comments
 (0)