We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfa3481 + fffee62 commit c9e93cfCopy full SHA for c9e93cf
docs/dev/dependencies.md
@@ -10,15 +10,15 @@ The following dependencies must be installed on your system before you can build
10
sudo dnf install golang-bin gcc-c++
11
```
12
13
-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`.
14
15
### CentOS, RHEL
16
17
```sh
18
sudo yum install golang-bin gcc-c++
19
20
21
22
23
## Go
24
0 commit comments