mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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_')
|
||||
|
||||
Reference in New Issue
Block a user