Fix docs url

This commit is contained in:
Girish Ramakrishnan
2020-09-15 14:46:22 -07:00
parent cbbcdc5df1
commit 933918ea27
12 changed files with 22 additions and 22 deletions

View File

@@ -53,7 +53,7 @@ eval set -- "${args}"
while true; do
case "$1" in
--help) echo "See https://cloudron.io/documentation/installation/ on how to install Cloudron"; exit 0;;
--help) echo "See https://docs.cloudron.io/installation/ on how to install Cloudron"; exit 0;;
--provider) provider="$2"; shift 2;;
--version) requestedVersion="$2"; shift 2;;
--env)