summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-06 20:51:18 +0000
committerGitHub <noreply@github.com>2020-04-06 20:51:18 +0000
commit6274e06ef4aebed9e2516f19cfd578e5d5b1218e (patch)
treec889836bd03a84b78afcf1491969fd3c5dd77a7a
parent63438ef792fdedd4ceb80664d22391aca21f6bd1 (diff)
Update url to occ (#1062)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
```