add redirects

This commit is contained in:
Judith Malnick 2020-07-16 12:32:18 -07:00
parent 67c161efa4
commit 0e32be3bc9

View File

@ -11,8 +11,8 @@
/about /intro
/v1/* https://docs-v1.vagrantup.com/:splat
/blog/* https://www.hashicorp.com/blog/:splat
/docs/getting-started /intro/getting-started
/docs/getting-started/* /intro/getting-started/:splat
/docs/getting-started https://learn.hashicorp.com/vagrant/getting-started/ 301!
/docs/getting-started/* https://learn.hashicorp.com/vagrant/getting-started/:splat 301!
/download-archive/* https://releases.hashicorp.com/vagrant
/intro/index /intro
@ -31,3 +31,8 @@
/docs/hyperv/* /docs/providers/hyperv/:splat
/docs/vagrant-cloud /vagrant-cloud
/docs/vagrant-cloud/* /vagrant-cloud/:splat
# Redirect get started guides to Learn
/intro/getting-started https://learn.hashicorp.com/vagrant/getting-started/ 301!
/intro/getting-started/* https://learn.hashicorp.com/vagrant/getting-started/:splat 301!