Merge pull request #8981 from mwickett/mw.update-netlify-redirects

website: update Netlify redirect syntax
This commit is contained in:
Megan Marsh 2020-04-01 12:56:37 -07:00 committed by GitHub
commit 6f3e93d65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 21 deletions

View File

@ -3,24 +3,24 @@
# See https://www.netlify.com/docs/redirects/ for documentation. Please do not # See https://www.netlify.com/docs/redirects/ for documentation. Please do not
# modify or delete existing redirects without first verifying internally. # modify or delete existing redirects without first verifying internally.
/docs/installation.html /docs/install/index.html /docs/installation.html /docs/install/index.html 301!
/docs/command-line/machine-readable.html /docs/commands/index.html /docs/command-line/machine-readable.html /docs/commands/index.html 301!
/docs/command-line/introduction.html /docs/commands/index.html /docs/command-line/introduction.html /docs/commands/index.html 301!
/docs/templates/introduction.html /docs/templates/index.html /docs/templates/introduction.html /docs/templates/index.html 301!
/docs/builders/azure-setup.html /docs/builders/azure.html /docs/builders/azure-setup.html /docs/builders/azure.html 301!
/docs/templates/veewee-to-packer.html /guides/veewee-to-packer.html /docs/templates/veewee-to-packer.html /guides/veewee-to-packer.html 301!
/docs/extend/developing-plugins.html /docs/extending/plugins.html /docs/extend/developing-plugins.html /docs/extending/plugins.html 301!
/docs/extending/developing-plugins.html /docs/extending/plugins.html /docs/extending/developing-plugins.html /docs/extending/plugins.html 301!
/docs/extend/builder.html /docs/extending/custom-builders.html /docs/extend/builder.html /docs/extending/custom-builders.html 301!
/docs/getting-started/setup.html /docs/getting-started/install.html /docs/getting-started/setup.html /docs/getting-started/install.html 301!
/docs/other/community.html /community-tools.html /docs/other/community.html /community-tools.html 301!
/downloads-community.html /community-tools.html /downloads-community.html /community-tools.html 301!
/community /community.html /community /community.html 301!
/community/index.html /community.html /community/index.html /community.html 301!
/docs/other/environmental-variables.html /docs/other/environment-variables.html /docs/other/environmental-variables.html /docs/other/environment-variables.html 301!
/docs/platforms.html /docs/builders/index.html /docs/platforms.html /docs/builders/index.html 301!
/intro/platforms.html /docs/builders/index.html /intro/platforms.html /docs/builders/index.html 301!
/docs/templates/configuration-templates.html /docs/templates/engine.html /docs/templates/configuration-templates.html /docs/templates/engine.html 301!
/docs/machine-readable/* /docs/commands/index.html /docs/machine-readable/* /docs/commands/index.html 301!
/docs/command-line/* /docs/commands/:splat /docs/command-line/* /docs/commands/:splat 301!
/docs/extend/* /docs/extending/:splat /docs/extend/* /docs/extending/:splat 301!