Use proper snapshot subcommand anchors

This commit is contained in:
Aaron Kunz 2017-05-31 12:21:31 +02:00 committed by DAXaholic
parent 5333e60e2d
commit 6e2c6141d0
1 changed files with 6 additions and 6 deletions

View File

@ -21,12 +21,12 @@ Vagrant will give you an error message.
The main functionality of this command is exposed via even more subcommands: The main functionality of this command is exposed via even more subcommands:
* `push` * [`push`](#snapshot-push)
* `pop` * [`pop`](#snapshot-pop)
* `save` * [`save`](#snapshot-save)
* `restore` * [`restore`](#snapshot-restore)
* `list` * [`list`](#snapshot-list)
* `delete` * [`delete`](#snapshot-delete)
# Snapshot Push # Snapshot Push