From c0adae82025692a24c897c8b2be7426d49fb9d37 Mon Sep 17 00:00:00 2001 From: sophia Date: Fri, 20 Jan 2023 15:01:04 -0800 Subject: [PATCH] Update links --- website/content/docs/boxes/box_repository.mdx | 8 ++++---- website/content/docs/boxes/format.mdx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/content/docs/boxes/box_repository.mdx b/website/content/docs/boxes/box_repository.mdx index 431e1c563..bdd57662d 100644 --- a/website/content/docs/boxes/box_repository.mdx +++ b/website/content/docs/boxes/box_repository.mdx @@ -15,10 +15,10 @@ like Vagrantcloud. There are two components that make up a Box Repository: - Vagrant Boxes - These are Vagrant `.box` files. See the - [box documentation](/docs/boxes) for more information on Vagrant boxes. + [box documentation](/vagrant/docs/boxes) for more information on Vagrant boxes. - Box Catalog Metadata - This is a JSON document (typically exchanged - during interactions with [HashiCorp's Vagrant Cloud](/vagrant-cloud)) + during interactions with [HashiCorp's Vagrant Cloud](/vagrant/vagrant-cloud)) that specifies the name of the box, a description, available versions, available providers, and URLs to the actual box files (next component) for each provider and version. If this catalog @@ -28,11 +28,11 @@ There are two components that make up a Box Repository: ## Box Catalog Metadata The metadata is an optional component for a box (but highly recommended) -that enables [versioning](/docs/boxes/versioning), updating, multiple +that enables [versioning](/vagrant//docs/boxes/versioning), updating, multiple providers from a single file, and more. -> **You do not need to manually make the metadata.** If you -have an account with [HashiCorp's Vagrant Cloud](/vagrant-cloud), you +have an account with [HashiCorp's Vagrant Cloud](/vagrant/vagrant-cloud), you can create boxes there, and HashiCorp's Vagrant Cloud automatically creates the metadata for you. The format is still documented here. diff --git a/website/content/docs/boxes/format.mdx b/website/content/docs/boxes/format.mdx index 489d29f0d..d51285995 100644 --- a/website/content/docs/boxes/format.mdx +++ b/website/content/docs/boxes/format.mdx @@ -28,7 +28,7 @@ There are four different components that make up a box: - Vagrantfile - The Vagrantfile embedded in the Vagrant box will provide some defaults for users of the box. For more information on how Vagrant merges Vagrantfiles including ones sourced within the - box file see the [Vagrantfile docs](/vagrant-cloud) + box file see the [Vagrantfile docs](/vagrant/vagrant-cloud) So, if you extract a box and look at it's contents it will look like: ```