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 /NOTES-UNIX.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 'NOTES-UNIX.md')
-rw-r--r-- | NOTES-UNIX.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES-UNIX.md b/NOTES-UNIX.md index 0928753149..0b0a531db4 100644 --- a/NOTES-UNIX.md +++ b/NOTES-UNIX.md @@ -1,8 +1,8 @@ -NOTES FOR UNIX-LIKE PLATFORMS +Notes for UNIX-like platforms ============================= For Unix/POSIX runtime systems on Windows, - please see [NOTES-WINDOWS.md](NOTES-WINDOWS.md). + please see the [Notes for Windows platforms](NOTES-WINDOWS.md). OpenSSL uses the compiler to link programs and shared libraries --------------------------------------------------------------- |