Skip to content

Commit 3b0fbca

Browse files
committed
absolute links for docker hub
1 parent 784bf52 commit 3b0fbca

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
@@ -11,7 +11,7 @@ Web UI, authentication service and event recorder for private docker registry v2
1111
* Optional token based authentication provider with role-based permissions
1212
* Docker registry notification recording and audit
1313

14-
### Warning: [this version config](web-app/WEB-INF/config.yml) is not compatible with configuration of versions prior 0.1.0
14+
### Warning: [this version config](https://github.com/mkuchin/docker-registry-web/blob/master/web-app/WEB-INF/config.yml) is not compatible with configuration of versions prior 0.1.0
1515
[Migrating configuration from 0.0.4 to 0.1.x](https://github.com/mkuchin/docker-registry-web/wiki/Migrating-configuration)
1616

1717
### Docker pull command
@@ -136,10 +136,10 @@ After first start you will have following roles:
136136
You can't delete or modify UI_ADMIN and UI_USER role, they are special roles and allows admin or user access to UI respectively.
137137
User access allows to browse registry and delete images, admin access allows to create, delete and modify users and roles in addition to user access.
138138
Every non-special role has a list of ACLs, each of ACL grants permission grants permission to `pull`, `pull+push` or `pull+push+delete`
139-
based on IP and image name [glob matching](<https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html#getPathMatcher(java.lang.String)>).
139+
based on IP and image name [glob matching](https://github.com/mkuchin/docker-registry-web/wiki/Glob-matching).
140140
For example **read-all** role matches any IP and any image name with glob `*` and grants `pull` permission and
141141
**write-all** role grants `pull+push` permission for any IP and any image name.
142142

143-
### [Configuration reference](web-app/WEB-INF/config.yml)
143+
### [Configuration reference](https://github.com/mkuchin/docker-registry-web/blob/master/web-app/WEB-INF/config.yml)
144144

145-
### [Docker Compose configuration examples](examples)
145+
### [Docker Compose configuration examples](https://github.com/mkuchin/docker-registry-web/tree/master/examples)

0 commit comments

Comments
 (0)