Skip to content

Commit

Permalink
fix: Correct redirect for security (#5622)
Browse files Browse the repository at this point in the history
* fix: Correct redirect for security

Fixes: #5621

Signed-off-by: Richard Lau <[email protected]>

* chore: format code online

---------

Signed-off-by: Richard Lau <[email protected]>
Co-authored-by: Claudio Wunder <[email protected]>
  • Loading branch information
richardlau and ovflowd authored Aug 9, 2023
1 parent 25717d3 commit 9a45ee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.rewrites.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ const redirects = async () => [
},
{
source: `${localesMatch}security`,
destination: 'https://github.com/nodejs/release#release-schedule',
destination:
'https://github.com/nodejs/node/blob/HEAD/SECURITY.md#security',
permanent: true,
},
{
Expand Down

0 comments on commit 9a45ee1

Please sign in to comment.