diff options
author | Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2023-08-22 12:56:30 +0200 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-08-23 19:17:53 +0200 |
commit | 27315a978e280a20c7f3ea0bfe05f6c186137625 (patch) | |
tree | f55892ba227bd9f83fd7537e3b32ac566b2b364a /README.md | |
parent | Update CHANGES.md and NEWS.md for the upcoming 3.2 release (diff) | |
download | openssl-27315a978e280a20c7f3ea0bfe05f6c186137625.tar.xz openssl-27315a978e280a20c7f3ea0bfe05f6c186137625.zip |
doc: add the migration guide to the new guide series
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21807)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -114,7 +114,7 @@ document. * [Notes on Valgrind](NOTES-VALGRIND.md) Specific notes on upgrading to OpenSSL 3.0 from previous versions can be found -in the [migration_guide(7ossl)] manual page. +in the [ossl-guide-migration(7ossl)] manual page. Documentation ============= @@ -194,8 +194,8 @@ All rights reserved. <https://wiki.openssl.org> "OpenSSL Wiki" -[migration_guide(7ossl)]: - <https://www.openssl.org/docs/manmaster/man7/migration_guide.html> +[ossl-guide-migration(7ossl)]: + <https://www.openssl.org/docs/manmaster/man7/ossl-guide-migration.html> "OpenSSL Migration Guide" [RFC 8446]: |