Fix broken links (#1756)

Four links on the doc-site's homepage are 404'ing because their
href/URI's fragment identifier is preceded with a /.

Removal of the extra slash fixes.

Closes: #1759
This commit is contained in:
Anabelle 2023-08-15 06:09:11 -05:00 committed by GitHub
parent 844e2bb989
commit 284b52f57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Before you start using vagrant-libvirt, please make sure your Libvirt
and QEMU installation is working correctly and you are able to create QEMU or
KVM type virtual machines with `virsh` or `virt-manager`.
See [Requirements]({{ '/installation/#requirements' | relative_url }}) for guides and details.
See [Requirements]({{ '/installation#requirements' | relative_url }}) for guides and details.
## Installation
@ -59,11 +59,11 @@ See [Requirements]({{ '/installation/#requirements' | relative_url }}) for guide
vagrant plugin install vagrant-libvirt
```
If you encounter any errors during this process, check that you have installed all the prerequisites in [Requirements]({{ '/installation/#requirements' | relative_url }}).
If you still have issues, see [Troubleshooting]({{ '/troubleshooting/#installation-problems' | relative_url }}).
If you encounter any errors during this process, check that you have installed all the prerequisites in [Requirements]({{ '/installation#requirements' | relative_url }}).
If you still have issues, see [Troubleshooting]({{ '/troubleshooting#installation-problems' | relative_url }}).
{: .info }
Installation varies based on your operating system or use of upstream vagrant. See our [guides]({{ '/installation/#guides' | relative_url }}) for OS-specific instructions.
Installation varies based on your operating system or use of upstream vagrant. See our [guides]({{ '/installation#guides' | relative_url }}) for OS-specific instructions.
## Initial Project Creation