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.
1 parent dfa3481 commit fffee62Copy full SHA for fffee62
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