Skip to content

Commit

Permalink
fix bad documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Jun 19, 2017
1 parent 3c83308 commit 8aa7e52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ limitations under the License.

# COmanage Registry Docker Documentation

* [Persist data using host-mounted volumes](docs/basic-auth-postgres-persist.md)
* [Use MariaDB instead of PostgreSQL](docs/basic-auth-mariadb-persist.md)
* [Add OpenLDAP slapd for provisioning](docs/openldap-slapd.md)
* [Advanced configuration](docs/advanced-configuration.md)
* [Complete example recipe for production deployment](docs/shibboleth-sp-postgres-compose.md)
* [Using Docker service stacks and Docker secrets](docs/stacks-secrets.md)
* [Persist data using host-mounted volumes](./basic-auth-postgres-persist.md)
* [Use MariaDB instead of PostgreSQL](./basic-auth-mariadb-persist.md)
* [Add OpenLDAP slapd for provisioning](./openldap-slapd.md)
* [Advanced configuration](./advanced-configuration.md)
* [Complete example recipe for production deployment](./shibboleth-sp-postgres-compose.md)
* [Using Docker service stacks and Docker secrets](./stacks-secrets.md)

2 changes: 1 addition & 1 deletion docs/basic-auth-mariadb-persist.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ bring up the services again and resume where you left off.
The instructions above are *not suitable for a production deployment*
because the deployed services use default and easily guessed passwords.

See [Advanced Configuration](docs/advanced-configuration.md)
See [Advanced Configuration](./advanced-configuration.md)
for details on setting a non-default administrator username and password.
4 changes: 2 additions & 2 deletions docs/openldap-slapd.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ docker-compose up -d
* Click `Login` and when prompted enter `registry.admin` as the username and `password`
for the password.

See [Advanced Configuration](docs/advanced-configuration.md)
See [Advanced Configuration](./advanced-configuration.md)
for details on setting a non-default administrator username and password.

* The default suffix for the LDAP directory is `dc=my,dc=org`. The
Expand Down Expand Up @@ -132,5 +132,5 @@ bring up the services again and resume where you left off.
The instructions above are *not suitable for a production deployment*
because the deployed services use default and easily guessed passwords.

See [Advanced Configuration](docs/advanced-configuration.md) for
See [Advanced Configuration](./advanced-configuration.md) for
details on setting non-default passwords.

0 comments on commit 8aa7e52

Please sign in to comment.