diff options
author | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2021-02-01 18:57:40 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2021-02-12 20:41:32 +0100 |
commit | 4148581eb25db2aec132a5037d9de14c3b0eab48 (patch) | |
tree | 880fbf44311c4c305c72056b0f9d61d34bfcddb9 /README.md | |
parent | Reformat some NOTES and README files (diff) | |
download | openssl-4148581eb25db2aec132a5037d9de14c3b0eab48.tar.xz openssl-4148581eb25db2aec132a5037d9de14c3b0eab48.zip |
Unify the markdown links to the NOTES and README files
In many locations, the files have been converted to markdown
syntactically, but don't utilize the power of markdown yet.
Here, instead of just repeating the file name, the markdown link
now shows the title of the document.
Additionally, the notes are now reference in the same order in both
the README and the INSTALL file.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14042)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -105,13 +105,13 @@ detailed instructions about building and installing OpenSSL. For some platforms, the installation instructions are amended by a platform specific document. - * [NOTES-ANDROID.md](NOTES-ANDROID.md) - * [NOTES-DJGPP.md](NOTES-DJGPP.md) - * [NOTES-UNIX.md](NOTES-UNIX.md) - * [NOTES-VMS.md](NOTES-VMS.md) - * [NOTES-WINDOWS.md](NOTES-WINDOWS.md) - * [NOTES-PERL.md](NOTES-PERL.md) - * [NOTES-VALGRIND.md](NOTES-VALGRIND.md) + * [Notes for UNIX-like platforms](NOTES-UNIX.md) + * [Notes for Android platforms](NOTES-ANDROID.md) + * [Notes for Windows platforms](NOTES-WINDOWS.md) + * [Notes for the DOS platform with DJGPP](NOTES-DJGPP.md) + * [Notes for the OpenVMS platform](NOTES-VMS.md) + * [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. |