File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module.exports = [
3232
3333  /** 
3434   * /s/* redirects for useful links that need a stable URL but we may need to 
35-    * change its destination in the future. 
35+    * change its destination in the future. Some of these used in CLI output.  
3636   */ 
3737  { 
3838    source : '/nomad/s/envoy-bootstrap-error' , 
@@ -46,6 +46,11 @@ module.exports = [
4646      'https://developer.hashicorp.com/nomad/docs/v1.8.x/integrations/vault/acl#migrating-to-using-workload-identity-with-vault' , 
4747    permanent : false , 
4848  } , 
49+   { 
50+     source : '/nomad/s/port-plan-failure' , 
51+     destination : 'https://github.com/hashicorp/nomad/issues/9506' , 
52+     permanent : false , 
53+   } , 
4954  { 
5055    source : '/nomad/tools/autoscaling/internals/:path*' , 
5156    destination : '/nomad/tools/autoscaling/concepts/:path*' , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments