From 3f49e995a1aa18aa83515eae356fb34ea28e7006 Mon Sep 17 00:00:00 2001 From: Geoffrey Grosenbach <26+topfunky@users.noreply.github.com> Date: Tue, 11 Aug 2020 17:26:23 -0700 Subject: [PATCH] Use correct redirects to Learn These redirects match the new collections URLs at Learn. It also fixes the splat redirect which will handle most paths that need to be sent to Learn. --- website/_redirects | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/_redirects b/website/_redirects index 163767034..85daecc2c 100644 --- a/website/_redirects +++ b/website/_redirects @@ -32,12 +32,12 @@ # Redirect get started guides to Learn -/docs/getting-started https://learn.hashicorp.com/vagrant/getting-started/ 301! -/intro/getting-started https://learn.hashicorp.com/vagrant/getting-started/ 301! -/docs/getting-started/project_setup https://learn.hashicorp.com/vagrant/getting-started/project-setup 301! -/intro/getting-started/project_setup https://learn.hashicorp.com/vagrant/getting-started/project-setup 301! -/docs/getting-started/synced_folders https://learn.hashicorp.com/vagrant/getting-started/synced-folders 301! -/intro/getting-started/synced_folders https://learn.hashicorp.com/vagrant/getting-started/synced-folders 301! -/docs/getting-started/* https://learn.hashicorp.com/vagrant/getting-started/:splat 301! -/intro/getting-started/* https://learn.hashicorp.com/vagrant/getting-started/:splat 301! +/docs/getting-started https://learn.hashicorp.com/collections/vagrant/getting-started 301! +/intro/getting-started https://learn.hashicorp.com/collections/vagrant/getting-started 301! +/docs/getting-started/project_setup https://learn.hashicorp.com/tutorials/vagrant/getting-started-project-setup?in=vagrant/getting-started 301! +/intro/getting-started/project_setup https://learn.hashicorp.com/tutorials/vagrant/getting-started-project-setup?in=vagrant/getting-started 301! +/docs/getting-started/synced_folders https://learn.hashicorp.com/tutorials/vagrant/getting-started-synced-folders?in=vagrant/getting-started 301! +/intro/getting-started/synced_folders https://learn.hashicorp.com/tutorials/vagrant/getting-started-synced-folders?in=vagrant/getting-started 301! +/docs/getting-started/* https://learn.hashicorp.com/tutorials/vagrant/getting-started-:splat 301! +/intro/getting-started/* https://learn.hashicorp.com/tutorials/vagrant/getting-started-:splat 301!