diff --git a/docs/README.md b/docs/README.md index 60c2574..39493dd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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) diff --git a/docs/basic-auth-mariadb-persist.md b/docs/basic-auth-mariadb-persist.md index f66ecc4..001a8fa 100644 --- a/docs/basic-auth-mariadb-persist.md +++ b/docs/basic-auth-mariadb-persist.md @@ -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. diff --git a/docs/openldap-slapd.md b/docs/openldap-slapd.md index c2c472c..1223ead 100644 --- a/docs/openldap-slapd.md +++ b/docs/openldap-slapd.md @@ -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 @@ -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.