Housekeeping - replace plenty of http links with https

There are more, but these are most common ones.
There are also a number of urls that don't behave well when https, so those are skipped
At some point I have also started marking non-working URLs as [DEAD LINK], though
that's not a full coverage.
This commit is contained in:
Geert Janssens
2019-06-06 15:49:22 +02:00
parent fd6ce1612b
commit 15a35e6a3b
82 changed files with 370 additions and 421 deletions

View File

@@ -5,7 +5,7 @@ Using CMake to build GnuCash
As part of his CuteCash experiment (now removed from the repository),
Christian Stimming added support for using
http://www.cmake.org[CMake] to build the part of GnuCash that
https://www.cmake.org[CMake] to build the part of GnuCash that
went into CuteCash. This work extends the use of CMake to cover all of
GnuCash proper such that GnuCash itself can be fully compiled with
CMake.
@@ -23,7 +23,7 @@ Some advantages of using CMake:
* The CMake language, though with significant issues, is still
easier to maintain than autotools.
This setup also uses the http://www.ninja-build.org[Ninja] build
This setup also uses the https://www.ninja-build.org[Ninja] build
system to enable fast and parallel builds on Windows. (On POSIX
systems [OS X, Linux, FreeBSD, etc.] Ninja does not seem significantly
faster than using the default Makefile generator to me.)