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:
* `push`
* `pop`
* `save`
* `restore`
* `list`
* `delete`
* [`push`](#snapshot-push)
* [`pop`](#snapshot-pop)
* [`save`](#snapshot-save)
* [`restore`](#snapshot-restore)
* [`list`](#snapshot-list)
* [`delete`](#snapshot-delete)
# Snapshot Push