1
0
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:
Ivar Conradi Østhus 2024-08-30 13:13:15 +02:00 committed by GitHub
parent b26fb8992d
commit 2d99ba7d6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,17 @@
}
],
"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",
"destination": "https://gh.getunleash.io/unleash-client-python/:path",