Skip to content

Commit a6a623c

Browse files
authored
backport of commit 68b5cfb
1 parent fc6dcdb commit a6a623c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

website/redirects.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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*',

0 commit comments

Comments
 (0)