Merge pull request #6190 from gajdaw/destroy-documentation-link-fix

Fixed link in destroy command documentation
This commit is contained in:
Seth Vargo 2015-08-25 10:51:50 -04:00
commit 788b84aa0e
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
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
[vagrant box remove](/v2/cli/box.html) command.
<a href="/v2/cli/box.html">vagrant box remove</a> command.
</p>
</div>