Skip to content

Commit

Permalink
fix libvirt destroy link
Browse files Browse the repository at this point in the history
  • Loading branch information
kikisdeliveryservice committed Oct 19, 2018
1 parent dfa3481 commit fffee62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ 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

```sh
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

Expand Down

0 comments on commit fffee62

Please sign in to comment.