From d96f4cd42bc2e6f4b914efac5a03bcfd73cfad78 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Sat, 5 Aug 2023 10:30:58 -0300 Subject: [PATCH] doc: remove v14 mention PR-URL: https://github.com/nodejs/node/pull/49005 Reviewed-By: Chemi Atlow Reviewed-By: Luigi Pinca --- doc/contributing/maintaining/maintaining-openssl.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/contributing/maintaining/maintaining-openssl.md b/doc/contributing/maintaining/maintaining-openssl.md index b6de7ae340ef01..2814634dd76a03 100644 --- a/doc/contributing/maintaining/maintaining-openssl.md +++ b/doc/contributing/maintaining/maintaining-openssl.md @@ -13,8 +13,6 @@ 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][] - of this guide. ## Use of the quictls/openssl fork @@ -158,4 +156,3 @@ regenerated and committed by: Finally, build Node.js and run the tests. [update-openssl-action]: ../../../.github/workflows/update-openssl.yml -[v14.x-staging version]: https://github.com/nodejs/node/blob/v14.x-staging/doc/guides/maintaining-openssl.md