Skip to content

Commit

Permalink
Fix more docs 404s (#7344)
Browse files Browse the repository at this point in the history
* more redirects for /data-management/ and /asgi/
  • Loading branch information
shanamatthews committed Jul 6, 2023
1 parent d42dec3 commit 496ad8a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/product/accounts/quotas/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sidebar_order: 70
redirect_from:
- /learn/quotas/
- /product/quotas/
- /product/data-management-settings/dynamic-sampling/
- /product/data-management-settings/dynamic-sampling/getting-started/
description: "Learn about what counts towards your quota and how to manage your quota."
---

Expand Down
16 changes: 16 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,22 @@
{
"source": "/platforms/([^/]*)/guides/([^/]*)/performance/connect-services/",
"destination": "/platforms/$1/guides/$2/usage/distributed-tracing/"
},
{
"source": "/platforms/python/guides/asgi/(.*)",
"destination": "/platforms/python/configuration/integrations/asgi/"
},
{
"source": "/platforms/([^/]*)/data-management/(.*)",
"destination": "/platforms/$1/"
},
{
"source": "/platforms/([^/]*)/guides/([^/]*)/data-management/(.*)",
"destination": "/platforms/$1/guides/$2/"
},
{
"source": "/data-management/(.*)",
"destination": "/product/data-management-settings/"
}
]
}

1 comment on commit 496ad8a

@vercel
Copy link

@vercel vercel bot commented on 496ad8a Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs-git-master.sentry.dev
docs.sentry.io
sentry-docs.sentry.dev

Please sign in to comment.