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

@@ -350,7 +350,7 @@ class GncPrice(GnuCashCoreClass):
commodity with respect to another commodity.
For example, a given price might represent the value of LNUX in USD on 2001-02-03.
See also http://code.gnucash.org/docs/head/group__Price.html
See also https://code.gnucash.org/docs/head/group__Price.html
'''
_new_instance = 'gnc_price_create'
GncPrice.add_methods_with_prefix('gnc_price_')
@@ -369,7 +369,7 @@ class GncPriceDB(GnuCashCoreClass):
Every QofBook contains a GNCPriceDB, accessible via gnc_pricedb_get_db.
Definition in file gnc-pricedb.h.
See also http://code.gnucash.org/docs/head/gnc-pricedb_8h.html
See also https://code.gnucash.org/docs/head/gnc-pricedb_8h.html
'''
GncPriceDB.add_methods_with_prefix('gnc_pricedb_')