Skip to content

Commit d02a380

Browse files
Redirects
cleanup of #1066 and #724
1 parent 3927cbf commit d02a380

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

src/data/redirects.ts

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6783,6 +6783,48 @@ const redirectsData = [
67836783
permanent: true
67846784
},
67856785

6786+
//Package code hosts redirects
6787+
{
6788+
source: "/admin/code_hosts/package-repos",
6789+
destination: "/admin/code_hosts",
6790+
permanent: true
6791+
},
6792+
6793+
{
6794+
source: "/integration/jvm",
6795+
destination: "/admin/code_hosts",
6796+
permanent: true
6797+
},
6798+
6799+
{
6800+
source: "/integration/npm",
6801+
destination: "//admin/code_hosts",
6802+
permanent: true
6803+
},
6804+
6805+
{
6806+
source: "/integration/python",
6807+
destination: "/admin/code_hosts",
6808+
permanent: true
6809+
},
6810+
6811+
{
6812+
source: "/integration/go",
6813+
destination: "/admin/code_hosts",
6814+
permanent: true
6815+
},
6816+
6817+
{
6818+
source: "/integration/ruby",
6819+
destination: "/admin/code_hosts",
6820+
permanent: true
6821+
},
6822+
6823+
{
6824+
source: "/integration/rust",
6825+
destination: "/admin/code_hosts",
6826+
permanent: true
6827+
},
67866828

67876829
];
67886830

0 commit comments

Comments
 (0)