mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-19 17:52:45 +02:00
fix redirects
This commit is contained in:
parent
904cf19ad7
commit
2a9604e0e9
@ -687,14 +687,6 @@ class="header-github-link"
|
||||
from: '/user_guide/v4-whats-new',
|
||||
to: '/reference/whats-new-v4',
|
||||
},
|
||||
{
|
||||
from: [
|
||||
'/user_guide/important-concepts',
|
||||
'/tutorials/important-concepts',
|
||||
'/reference/concepts/',
|
||||
],
|
||||
to: '/reference',
|
||||
},
|
||||
{
|
||||
from: [
|
||||
'/user_guide/quickstart',
|
||||
@ -792,13 +784,6 @@ class="header-github-link"
|
||||
from: '/help',
|
||||
to: '/',
|
||||
},
|
||||
{
|
||||
from: [
|
||||
'/topics/feature-flags/tutorials',
|
||||
'/tutorials',
|
||||
],
|
||||
to: '/feature-flag-tutorials',
|
||||
},
|
||||
{
|
||||
from: ['/tutorials/academy', '/unleash-academy'],
|
||||
to: '/unleash-academy/introduction',
|
||||
|
@ -618,12 +618,22 @@
|
||||
},
|
||||
{
|
||||
"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
|
||||
},
|
||||
{
|
||||
"source": "/tutorials",
|
||||
"destination": "/feature-flag-tutorials",
|
||||
"destination": "/feature-flag-tutorials/react",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user