Merge pull request #8647 from DAXaholic/fix-box-subcmd-anchors

Use proper box subcommand anchors
This commit is contained in:
Chris Roberts 2017-06-14 15:23:51 -07:00 committed by GitHub
commit 0f7443d65a
1 changed files with 6 additions and 6 deletions

View File

@ -16,12 +16,12 @@ This is the command used to manage (add, remove, etc.) [boxes](/docs/boxes.html)
The main functionality of this command is exposed via even more subcommands:
* `add`
* `list`
* `outdated`
* `remove`
* `repackage`
* `update`
* [`add`](#box-add)
* [`list`](#box-list)
* [`outdated`](#box-outdated)
* [`remove`](#box-remove)
* [`repackage`](#box-repackage)
* [`update`](#box-update)
# Box Add