Skip to content

Commit

Permalink
docs(redirect): fix tekton 301 (#3696)
Browse files Browse the repository at this point in the history
* docs(redirect): fix tekton 301

* docs(redirect): fix broken cli link
  • Loading branch information
adnanrahic committed Feb 28, 2024
1 parent 9d690ea commit 2a2df47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/vercel.json
Expand Up @@ -70,6 +70,16 @@
"destination": "/live-examples/pokeshop/overview",
"source": "/pokeshop",
"statusCode": 301
},
{
"destination": "/ci-cd-automation/tekton-pipeline",
"source": "/examples-tutorials/recipes/running-tracetest-with-tekton",
"statusCode": 301
},
{
"destination": "/cli/creating-tests",
"source": "/cli/test-definition-file/",
"statusCode": 301
}
]
}

0 comments on commit 2a2df47

Please sign in to comment.