diff --git a/README.md b/README.md index c7fda8a6..4ea87e08 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ nextcloud ``` ## Using the Nextcloud command-line interface -To use the [Nextcloud command-line interface](https://docs.nextcloud.com/server/12/admin_manual/configuration_server/occ_command.html) (aka. `occ` command): +To use the [Nextcloud command-line interface](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html) (aka. `occ` command): ```console $ docker exec --user www-data CONTAINER_ID php occ ```