Skip to content

Commit fffee62

Browse files
fix libvirt destroy link
1 parent dfa3481 commit fffee62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ The following dependencies must be installed on your system before you can build
1010
sudo dnf install golang-bin gcc-c++
1111
```
1212

13-
If you need support for [libvirt destroy](libvirt-howto#cleanup), you should also install `libvirt-devel`.
13+
If you need support for [libvirt destroy](libvirt-howto.md#cleanup), you should also install `libvirt-devel`.
1414

1515
### CentOS, RHEL
1616

1717
```sh
1818
sudo yum install golang-bin gcc-c++
1919
```
2020

21-
If you need support for [libvirt destroy](libvirt-howto#cleanup), you should also install `libvirt-devel`.
21+
If you need support for [libvirt destroy](libvirt-howto.md#cleanup), you should also install `libvirt-devel`.
2222

2323
## Go
2424

0 commit comments

Comments
 (0)