Skip to content

Commit 110628e

Browse files
author
Shannon Anahata
committed
add a redirect for the broken shortcut app
1 parent de97c17 commit 110628e

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)