Skip to content

Commit

Permalink
Update redirects.js (#10314)
Browse files Browse the repository at this point in the history
Rate limit update
  • Loading branch information
Amanda VS committed Oct 6, 2023
1 parent 0d278d9 commit e62cea0
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -7833,8 +7833,10 @@ const redirects = [
'/policies/rate-limits-api',
'/policies/authentication-api-endpoint-rate-limits',
'/support/policies/rate-limit-policy/authentication-api-endpoint-rate-limits',
'/troubleshoot/customer-support/operational-policies/rate-limit-policy/authentication-api-endpoint-rate-limits',

],
to: '/troubleshoot/customer-support/operational-policies/rate-limit-policy/authentication-api-endpoint-rate-limits',
to: '/troubleshoot/customer-support/operational-policies/rate-limit-policy',
},
{
from: [
Expand All @@ -7843,8 +7845,9 @@ const redirects = [
'/policies/rate-limits-mgmt-api',
'/policies/management-api-endpoint-rate-limits',
'/support/policies/rate-limit-policy/management-api-endpoint-rate-limits',
'/troubleshoot/customer-support/operational-policies/rate-limit-policy/management-api-endpoint-rate-limits',
],
to: '/troubleshoot/customer-support/operational-policies/rate-limit-policy/management-api-endpoint-rate-limits',
to: '/troubleshoot/customer-support/operational-policies/rate-limit-policy',
},
{
from: [
Expand All @@ -7853,8 +7856,15 @@ const redirects = [
'/connections/database/rate-limits',
'/support/policies/database-connections-rate-limits',
'/support/policies/rate-limit-policy/database-connections-rate-limits',
'/troubleshoot/customer-support/operational-policies/rate-limit-policy/database-connections-rate-limits',
],
to: '/troubleshoot/customer-support/operational-policies/rate-limit-policy/database-connections-rate-limits',
to: '/troubleshoot/customer-support/operational-policies/rate-limit-policy',
},
{
from: [
'/troubleshoot/customer-support/operational-policies/rate-limit-policy/understand-rate-limit-burst-capability',
],
to: '/troubleshoot/customer-support/operational-policies/rate-limit-policy',
},
{
from: [
Expand Down

0 comments on commit e62cea0

Please sign in to comment.