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

@@ -57,7 +57,7 @@ if [[ "`df --output="avail" / | sed -n 2p`" -lt "10240" ]]; then
echo ""
df -h
echo ""
echo "To recover from a full disk, follow the guide at https://cloudron.io/documentation/troubleshooting/#recovery-after-disk-full"
echo "To recover from a full disk, follow the guide at https://docs.cloudron.io/troubleshooting/#recovery-after-disk-full"
exit 1
fi