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)
This commit is contained in:
parent
dc589daec8
commit
4148581eb2
6 changed files with 21 additions and 21 deletions
|
@ -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
|
||||
---------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue