1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

docs: fix typo in helm-charts rewrite

This commit is contained in:
Ivar Conradi Østhus 2024-01-09 10:09:58 +01:00
parent 82b16bc74a
commit 9f12404e4a
No known key found for this signature in database
GPG Key ID: 14F51E4841AF1DE1

View File

@ -1,7 +1,7 @@
{
"cleanUrls": true,
"rewrites": [
{ "source": "/helm-charts/index.yml", "destination": "https://raw.githubusercontent.com/Unleash/helm-charts/gh-pages/index.yaml" },
{ "source": "/helm-charts/index.yaml", "destination": "https://raw.githubusercontent.com/Unleash/helm-charts/gh-pages/index.yaml" },
{ "source": "/helm-charts(/?)", "destination": "https://raw.githubusercontent.com/Unleash/helm-charts/gh-pages/README.md" },
{ "source": "/helm-charts(/?):path(.*)", "destination": "https://gh.getunleash.io/helm-charts/:path" }
],