Skip to content

Commit 05b192d

Browse files
sfanahataShannon Anahata
and
Shannon Anahata
authored
add a redirect for the broken shortcut app (#13742)
## DESCRIBE YOUR PR Added a redirect to fix a link in our settings page Closes #13729 ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) Co-authored-by: Shannon Anahata <[email protected]>
1 parent 5eb4d2d commit 05b192d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,10 @@ const userDocsRedirects = [
10591059
source: '/product/tracing/:path*',
10601060
destination: '/concepts/key-terms/tracing/:path*',
10611061
},
1062+
{
1063+
source: '/organization/integrations/shortcut/',
1064+
destination: '/organization/integrations/issue-tracking/shortcut/',
1065+
},
10621066
// Redirects for JavaScript tracing docs
10631067
{
10641068
source: '/platforms/javascript/tracing/trace-propagation/:path*',

0 commit comments

Comments
 (0)