File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff 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
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments