Skip to content

Commit

Permalink
README: add link to migration_guide manual page
Browse files Browse the repository at this point in the history
which replaces the link to the  OpenSSL 3.0 Wiki.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #17840)
  • Loading branch information
mspncp committed Mar 10, 2022
1 parent 5979596 commit 96a7766
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ document.
* [Notes on Perl](NOTES-PERL.md)
* [Notes on Valgrind](NOTES-VALGRIND.md)

Specific notes on upgrading to OpenSSL 3.0 from previous versions, as well as
known issues are available on the [OpenSSL 3.0 Wiki] page.
Specific notes on upgrading to OpenSSL 3.0 from previous versions can be found
in the [migration_guide(7ossl)] manual page.

Documentation
=============
Expand Down Expand Up @@ -165,7 +165,7 @@ attempting to develop or distribute cryptographic code.
Copyright
=========

Copyright (c) 1998-2021 The OpenSSL Project
Copyright (c) 1998-2022 The OpenSSL Project

Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

Expand Down Expand Up @@ -193,9 +193,9 @@ All rights reserved.
<https://wiki.openssl.org>
"OpenSSL Wiki"

[OpenSSL 3.0 Wiki]:
<https://wiki.openssl.org/index.php/OpenSSL_3.0>
"OpenSSL 3.0 Wiki"
[migration_guide(7ossl)]:
<https://www.openssl.org/docs/manmaster/man7/migration_guide.html>
"OpenSSL Migration Guide"

[RFC 8446]:
<https://tools.ietf.org/html/rfc8446>
Expand Down

0 comments on commit 96a7766

Please sign in to comment.