Merge pull request #8694 from DAXaholic/fix-snapshot-subcmd-anchors

Use proper snapshot subcommand anchors
This commit is contained in:
Chris Roberts 2017-06-19 09:56:37 -07:00 committed by GitHub
commit a47fbdad1b
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