mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user