Skip to content

Commit

Permalink
updated redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Feb 12, 2024
1 parent 6eaf455 commit ce701f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions utils/redirect-backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ module.exports = [
],
},
{
to: '/docs/backend/guides/feature-flags-in-the-app',
to: '/docs/tools/feature-flags/how-to-use-feature-flags',
from: [
'/docs/dev/contributing/backend/Feature-Flags-in-the-App',
'/docs/backend/guides/feature-flags-in-the-app',
],
},
{
Expand Down Expand Up @@ -186,8 +187,9 @@ module.exports = [
],
},
{
to: '/docs/frontend/guides/set-up-a-feature-flag',
to: '/docs/tools/feature-flags/how-to-use-feature-flags',
from: [
'/docs/frontend/guides/set-up-a-feature-flag',
'/docs/dev/contributing/backend/How-to-Set-Up-a-Feature-Flag',
'/docs/backend/guides/how-to/set-up-a-feature-flag',
],
Expand Down

0 comments on commit ce701f2

Please sign in to comment.