From 6274e06ef4aebed9e2516f19cfd578e5d5b1218e Mon Sep 17 00:00:00 2001 From: J0WI Date: Mon, 6 Apr 2020 20:51:18 +0000 Subject: [PATCH] Update url to occ (#1062) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```