Fixed link in destroy command documentation

This commit is contained in:
Włodzimierz Gajda 2015-08-25 16:40:16 +02:00
parent 3fed57043d
commit 2f5b4f0958
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ confirmation can be skipped by passing in the `-f` or `--force` flag.
will still be present on the hard drive. To return your computer to the will still be present on the hard drive. To return your computer to the
state as it was before <code>vagrant up</code> command, you need to use state as it was before <code>vagrant up</code> command, you need to use
<code>vagrant box remove</code>. For more information, read about the <code>vagrant box remove</code>. For more information, read about the
[vagrant box remove](/v2/cli/box.html) command. <a href="/v2/cli/box.html">vagrant box remove</a> command.
</p> </p>
</div> </div>