Skip to content

Commit 1111a3e

Browse files
authored
Change master to main in README links (#345)
1 parent 531827a commit 1111a3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ While performing simple user authentication is pretty straightforward, performin
88
Docker Registry 2.0 introduced a new, token-based authentication and authorization protocol, but the server to generate them was not released.
99
Thus, most guides found on the internet still describe a set up with a reverse proxy performing access control.
1010

11-
This server fills the gap and implements the protocol described [here](https://github.com/docker/distribution/blob/master/docs/spec/auth/token.md).
11+
This server fills the gap and implements the protocol described [here](https://github.com/docker/distribution/blob/main/docs/spec/auth/token.md).
1212

1313
Supported authentication methods:
1414
* Static list of users
15-
* Google Sign-In (incl. Google for Work / GApps for domain) (documented [here](https://github.com/cesanta/docker_auth/blob/master/examples/reference.yml))
15+
* Google Sign-In (incl. Google for Work / GApps for domain) (documented [here](https://github.com/cesanta/docker_auth/blob/main/examples/reference.yml))
1616
* [Github Sign-In](docs/auth-methods.md#github)
1717
* Gitlab Sign-In
1818
* LDAP bind ([demo](https://github.com/kwk/docker-registry-setup))
1919
* MongoDB user collection
2020
* MySQL/MariaDB, PostgreSQL, SQLite database table
21-
* [External program](https://github.com/cesanta/docker_auth/blob/master/examples/ext_auth.sh)
21+
* [External program](https://github.com/cesanta/docker_auth/blob/main/examples/ext_auth.sh)
2222

2323
Supported authorization methods:
2424
* Static ACL
@@ -55,7 +55,7 @@ $ docker run \
5555
cesanta/docker_auth:1 /config/auth_config.yml
5656
```
5757

58-
See the [example config files](https://github.com/cesanta/docker_auth/tree/master/examples/) to get an idea of what is possible.
58+
See the [example config files](https://github.com/cesanta/docker_auth/tree/main/examples/) to get an idea of what is possible.
5959

6060
## Troubleshooting
6161

0 commit comments

Comments
 (0)