Skip to content

Commit

Permalink
docs: test helm redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Jan 5, 2024
1 parent 7fc9913 commit 7894d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/vercel.json
@@ -1,7 +1,7 @@
{
"cleanUrls": true,
"redirects": [
{ "source": "/helm-charts-test/:slug", "destination": "https://docs.getunleash.io/helm-charts/:slug", "permanent": false },
{ "source": "/helm-charts-test/:path(.*)", "destination": "https://docs.getunleash.io/helm-charts/:path", "permanent": true },
{ "source": "/user_guide/api-token", "destination": "/how-to/how-to-create-api-tokens", "permanent": true },
{ "source": "/deploy/user_guide/api-token", "destination": "/how-to/how-to-create-api-tokens", "permanent": true },
{ "source": "/advanced/audit_log", "destination": "/reference/event-log", "permanent": true },
Expand Down

1 comment on commit 7894d6b

@vercel
Copy link

@vercel vercel bot commented on 7894d6b Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.