mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
docs: redirect featureflagbook.com to best practices guide (#8026)
Should redirect "featureflagbook.com" to "https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices"
This commit is contained in:
parent
b26fb8992d
commit
2d99ba7d6d
@ -15,6 +15,17 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"redirects": [
|
"redirects": [
|
||||||
|
{
|
||||||
|
"source": "/",
|
||||||
|
"has": [
|
||||||
|
{
|
||||||
|
"type": "host",
|
||||||
|
"value": "www.featureflagbook.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"destination": "https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices",
|
||||||
|
"permanent": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"source": "/unleash-client-python(/?)/:path",
|
"source": "/unleash-client-python(/?)/:path",
|
||||||
"destination": "https://gh.getunleash.io/unleash-client-python/:path",
|
"destination": "https://gh.getunleash.io/unleash-client-python/:path",
|
||||||
|
Loading…
Reference in New Issue
Block a user