Skip to content

Commit 496ad8a

Browse files
Fix more docs 404s (#7344)
* more redirects for /data-management/ and /asgi/
1 parent d42dec3 commit 496ad8a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/docs/product/accounts/quotas/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar_order: 70
44
redirect_from:
55
- /learn/quotas/
66
- /product/quotas/
7+
- /product/data-management-settings/dynamic-sampling/
8+
- /product/data-management-settings/dynamic-sampling/getting-started/
79
description: "Learn about what counts towards your quota and how to manage your quota."
810
---
911

vercel.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,22 @@
503503
{
504504
"source": "/platforms/([^/]*)/guides/([^/]*)/performance/connect-services/",
505505
"destination": "/platforms/$1/guides/$2/usage/distributed-tracing/"
506+
},
507+
{
508+
"source": "/platforms/python/guides/asgi/(.*)",
509+
"destination": "/platforms/python/configuration/integrations/asgi/"
510+
},
511+
{
512+
"source": "/platforms/([^/]*)/data-management/(.*)",
513+
"destination": "/platforms/$1/"
514+
},
515+
{
516+
"source": "/platforms/([^/]*)/guides/([^/]*)/data-management/(.*)",
517+
"destination": "/platforms/$1/guides/$2/"
518+
},
519+
{
520+
"source": "/data-management/(.*)",
521+
"destination": "/product/data-management-settings/"
506522
}
507523
]
508524
}

0 commit comments

Comments
 (0)