1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00

fix redirects

This commit is contained in:
melindafekete 2025-05-12 14:50:15 +02:00
parent 904cf19ad7
commit 2a9604e0e9
No known key found for this signature in database
2 changed files with 12 additions and 17 deletions

View File

@ -687,14 +687,6 @@ class="header-github-link"
from: '/user_guide/v4-whats-new', from: '/user_guide/v4-whats-new',
to: '/reference/whats-new-v4', to: '/reference/whats-new-v4',
}, },
{
from: [
'/user_guide/important-concepts',
'/tutorials/important-concepts',
'/reference/concepts/',
],
to: '/reference',
},
{ {
from: [ from: [
'/user_guide/quickstart', '/user_guide/quickstart',
@ -792,13 +784,6 @@ class="header-github-link"
from: '/help', from: '/help',
to: '/', to: '/',
}, },
{
from: [
'/topics/feature-flags/tutorials',
'/tutorials',
],
to: '/feature-flag-tutorials',
},
{ {
from: ['/tutorials/academy', '/unleash-academy'], from: ['/tutorials/academy', '/unleash-academy'],
to: '/unleash-academy/introduction', to: '/unleash-academy/introduction',

View File

@ -618,12 +618,22 @@
}, },
{ {
"source": "/topics/feature-flags/tutorials", "source": "/topics/feature-flags/tutorials",
"destination": "/feature-flag-tutorials", "destination": "/feature-flag-tutorials/react",
"permanent": true
},
{
"source": "/reference",
"destination": "/reference/projects",
"permanent": true
},
{
"source": "/feature-flags-tutorials",
"destination": "/feature-flag-tutorials/react",
"permanent": true "permanent": true
}, },
{ {
"source": "/tutorials", "source": "/tutorials",
"destination": "/feature-flag-tutorials", "destination": "/feature-flag-tutorials/react",
"permanent": true "permanent": true
}, },
{ {