From 896b48b549fb2c821c5dd99c744bbda2b818f2b1 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Wed, 19 Oct 2022 09:28:11 -0300 Subject: [PATCH] doc: fix v14.x link maintaining openssl guide PR-URL: https://github.com/nodejs/node/pull/45071 Reviewed-By: Richard Lau Reviewed-By: Matteo Collina --- doc/contributing/maintaining-openssl.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/contributing/maintaining-openssl.md b/doc/contributing/maintaining-openssl.md index 6dd0cd2f1e5d5f..678b0df92c22f0 100644 --- a/doc/contributing/maintaining-openssl.md +++ b/doc/contributing/maintaining-openssl.md @@ -11,7 +11,7 @@ currently need to generate four PRs as follows: of this guide. * a PR for 16.x following the instructions in the v16.x-staging version of this guide. -* a PR for 14.x following the instructions in the v14.x-staging version +* a PR for 14.x following the instructions in the [v14.x-staging version][] of this guide. ## Use of the quictls/openssl fork @@ -154,3 +154,5 @@ regenerated and committed by: ``` Finally, build Node.js and run the tests. + +[v14.x-staging version]: https://github.com/nodejs/node/blob/v14.x-staging/doc/guides/maintaining-openssl.md