Skip to content

Commit

Permalink
docs(fix404s): edit 301 redirects (#3827)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Rahić authored Apr 25, 2024
1 parent c4c2e71 commit acd9584
Showing 1 changed file with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,101 @@
"destination": "/cli/creating-tests",
"source": "/cli/test-definition-file/",
"statusCode": 301
},
{
"destination": "/cli/creating-tests",
"source": "/cli/test-definition-file",
"statusCode": 301
},
{
"destination": "/web-ui/test-results",
"source": "/test-results/",
"statusCode": 301
},
{
"destination": "/web-ui/test-results",
"source": "/test-results",
"statusCode": 301
},
{
"destination": "/cli/configuring-your-cli",
"source": "/command-line-tool/",
"statusCode": 301
},
{
"destination": "/cli/configuring-your-cli",
"source": "/command-line-tool",
"statusCode": 301
},
{
"destination": "/cli/configuring-your-cli",
"source": "/cli/command-line-tool",
"statusCode": 301
},
{
"destination": "/cli/configuring-your-cli",
"source": "/cli/command-line-tool/",
"statusCode": 301
},
{
"destination": "/ci-cd-automation/tekton-pipeline",
"source": "/examples-tutorials/recipes/running-tracetest-with-tekton/",
"statusCode": 301
},
{
"destination": "/ci-cd-automation/tekton-pipeline",
"source": "/examples-tutorials/recipes/running-tracetest-with-tekton",
"statusCode": 301
},
{
"destination": "/getting-started/installation",
"source": "/getting-started/detailed-installation",
"statusCode": 301
},
{
"destination": "/getting-started/installation",
"source": "/getting-started/detailed-installation/",
"statusCode": 301
},
{
"destination": "/web-ui/creating-tests",
"source": "/using-tracetest/create-test/",
"statusCode": 301
},
{
"destination": "/web-ui/creating-tests",
"source": "/using-tracetest/create-test",
"statusCode": 301
},
{
"destination": "/",
"source": "/introduction/",
"statusCode": 301
},
{
"destination": "/",
"source": "/introduction",
"statusCode": 301
},
{
"destination": "/configuration/connecting-to-data-stores/overview",
"source": "/getting-started/supported-backends/",
"statusCode": 301
},
{
"destination": "/configuration/connecting-to-data-stores/overview",
"source": "/getting-started/supported-backends",
"statusCode": 301
},
{
"destination": "/getting-started/installation",
"source": "/deployment/overview/",
"statusCode": 301
},
{
"destination": "/getting-started/installation",
"source": "/deployment/overview",
"statusCode": 301
}
]
}

0 comments on commit acd9584

Please sign in to comment.