Use proper box subcommand anchors

This commit is contained in:
Aaron Kunz 2017-05-31 12:21:31 +02:00 committed by DAXaholic
parent 875aee3636
commit 78e16a7d10
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: The main functionality of this command is exposed via even more subcommands:
* `add` * [`add`](#box-add)
* `list` * [`list`](#box-list)
* `outdated` * [`outdated`](#box-outdated)
* `remove` * [`remove`](#box-remove)
* `repackage` * [`repackage`](#box-repackage)
* `update` * [`update`](#box-update)
# Box Add # Box Add