Skip to content

Commit

Permalink
Merge pull request #500 from kikisdeliveryservice/fix-dependenciesmd-…
Browse files Browse the repository at this point in the history
…link

Docfix: fix libvirt destroy link
  • Loading branch information
openshift-merge-robot authored Oct 19, 2018
2 parents dfa3481 + fffee62 commit c9e93cf
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 c9e93cf

Please sign in to comment.