Skip to content

Commit

Permalink
Unify the markdown links to the NOTES and README files
Browse files Browse the repository at this point in the history
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 <[email protected]>
(Merged from openssl#14042)
  • Loading branch information
mspncp committed Feb 12, 2021
1 parent dc589da commit 4148581
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ To install OpenSSL, you will need:
For additional platform specific requirements, solutions to specific
issues and other details, please read one of these:

* [NOTES-UNIX.md](NOTES-UNIX.md) - notes for Unix like systems
* [NOTES-VMS.md](NOTES-VMS.md) - notes related to OpenVMS
* [NOTES-WINDOWS.md](NOTES-WINDOWS.md) - notes related to the Windows platform
* [NOTES-DJGPP.md](NOTES-DJGPP.md) - building for DOS with DJGPP
* [NOTES-ANDROID.md](NOTES-ANDROID.md) - building for Android platforms (using NDK)
* [NOTES-VALGRIND.md](NOTES-VALGRIND.md) - testing with Valgrind
* [NOTES-PERL.m](NOTES-PERL.md) - some notes on Perl
* [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)

Notational conventions
======================
Expand Down
2 changes: 1 addition & 1 deletion NOTES-ANDROID.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NOTES FOR ANDROID PLATFORMS
Notes for Android platforms
===========================

Requirement details
Expand Down
4 changes: 2 additions & 2 deletions NOTES-DJGPP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
INSTALLATION ON THE DOS PLATFORM WITH DJGPP
===========================================
Notes for the DOS platform with DJGPP
=====================================

OpenSSL has been ported to DJGPP, a Unix look-alike 32-bit run-time
environment for 16-bit DOS, but only with long filename support.
Expand Down
4 changes: 2 additions & 2 deletions NOTES-UNIX.md
Original file line number Diff line number Diff line change
@@ -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
---------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions NOTES-VALGRIND.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NOTES FOR VALGRIND
==================
Notes on Valgrind
=================

Valgrind is a test harness that includes many tools such as memcheck,
which is commonly used to check for memory leaks, etc. The default tool
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4148581

Please sign in to comment.