From 6e2c6141d00db738b67293502e7773bb903927db Mon Sep 17 00:00:00 2001 From: Aaron Kunz Date: Wed, 31 May 2017 12:21:31 +0200 Subject: [PATCH] Use proper snapshot subcommand anchors --- website/source/docs/cli/snapshot.html.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/source/docs/cli/snapshot.html.md b/website/source/docs/cli/snapshot.html.md index 9359b33b2..7ce3b1341 100644 --- a/website/source/docs/cli/snapshot.html.md +++ b/website/source/docs/cli/snapshot.html.md @@ -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