docs: Rename setup-vagrant.md -> setup-recommended.md.

Renames the filename so that it accurately reflects its contents
given the changes to the "Recommended setup" page in the previous
commit, and updates all links accordingly.
This commit is contained in:
David Rosa
2022-09-09 20:31:23 -04:00
committed by Tim Abbott
parent cdc9a64c21
commit 02eec29433
9 changed files with 14 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ case "$os" in
if [ -e /home/vagrant ]; then
# shellcheck disable=SC2016
echo 'To upgrade, run `vagrant destroy`, and then recreate the Vagrant guest.' >&2
echo 'See: https://zulip.readthedocs.io/en/latest/development/setup-vagrant.html' >&2
echo 'See: https://zulip.readthedocs.io/en/latest/development/setup-recommended.html' >&2
fi
exit 1
;;