From fffee62b893429129c3ce24a37a7a6f2cdf35074 Mon Sep 17 00:00:00 2001 From: Kirsten G Date: Fri, 19 Oct 2018 15:05:20 -0700 Subject: [PATCH] fix libvirt destroy link --- docs/dev/dependencies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/dependencies.md b/docs/dev/dependencies.md index 02878d6143c..d177aca6dc8 100644 --- a/docs/dev/dependencies.md +++ b/docs/dev/dependencies.md @@ -10,7 +10,7 @@ The following dependencies must be installed on your system before you can build sudo dnf install golang-bin gcc-c++ ``` -If you need support for [libvirt destroy](libvirt-howto#cleanup), you should also install `libvirt-devel`. +If you need support for [libvirt destroy](libvirt-howto.md#cleanup), you should also install `libvirt-devel`. ### CentOS, RHEL @@ -18,7 +18,7 @@ If you need support for [libvirt destroy](libvirt-howto#cleanup), you should als sudo yum install golang-bin gcc-c++ ``` -If you need support for [libvirt destroy](libvirt-howto#cleanup), you should also install `libvirt-devel`. +If you need support for [libvirt destroy](libvirt-howto.md#cleanup), you should also install `libvirt-devel`. ## Go