Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix v14.x link maintaining openssl guide #45071

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/contributing/maintaining-openssl.md
Expand Up @@ -9,7 +9,7 @@ currently need to generate four PRs as follows:
below for OpenSSL 3.x.x.
* 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
Expand Down Expand Up @@ -152,3 +152,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