Fix disk full docs link

This commit is contained in:
Johannes Zellner
2019-07-16 15:10:56 +02:00
parent 913f0d5d97
commit 27369a650c

View File

@@ -52,7 +52,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/server/#recovery-after-disk-full"
echo "To recover from a full disk, follow the guide at https://cloudron.io/documentation/troubleshooting/#recovery-after-disk-full"
exit 1
fi