Changeset - 0ee8ef4ade6a
[Not reviewed]
0 7 0
Martin Michlmayr (tbm) - 5 years ago 2019-03-28 14:31:23
tbm@cyrius.com
Use https:// for links
7 files changed with 11 insertions and 11 deletions:
0 comments (0 inline, 0 general)
README.md
Show inline comments
...
 
@@ -14,3 +14,3 @@ documentation and scripts to handle accounting for an NPO.  The primary
 
example is a
 
[direct project (aka Model A) fiscal sponsor NPO](http://en.wikipedia.org/wiki/Fiscal_sponsorship#Models_of_fiscal_sponsorship).
 
[direct project (aka Model A) fiscal sponsor NPO](https://en.wikipedia.org/wiki/Fiscal_sponsorship#Models_of_fiscal_sponsorship).
 

	
...
 
@@ -38,2 +38,2 @@ same repository as this README.md file under the filename CC0-1.0.txt.  If
 
this document has been separated from the repository, a [copy of CC0-1.0 can
 
be found on Creative Commons' website](http://creativecommons.org/publicdomain/zero/1.0/legalcode).
 
be found on Creative Commons' website](https://creativecommons.org/publicdomain/zero/1.0/legalcode).
accounts/config/config-accounts.ledger
Show inline comments
...
 
@@ -14,3 +14,3 @@
 
; repository, a copy of CC0-1.0 can be found on Creative Commons' website at
 
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
 
; https://creativecommons.org/publicdomain/zero/1.0/legalcode
 

	
accounts/config/config-commodities.ledger
Show inline comments
...
 
@@ -14,3 +14,3 @@
 
; repository, a copy of CC0-1.0 can be found on Creative Commons' website at
 
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
 
; https://creativecommons.org/publicdomain/zero/1.0/legalcode
 

	
accounts/config/config-npo.ledger
Show inline comments
...
 
@@ -12,3 +12,3 @@
 
; repository, a copy of CC0-1.0 can be found on Creative Commons' website at
 
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
 
; https://creativecommons.org/publicdomain/zero/1.0/legalcode
 

	
accounts/config/config-tags.ledger
Show inline comments
...
 
@@ -14,3 +14,3 @@
 
; repository, a copy of CC0-1.0 can be found on Creative Commons' website at
 
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
 
; https://creativecommons.org/publicdomain/zero/1.0/legalcode
 

	
npo-ledger-cli-tutorial.md
Show inline comments
...
 
@@ -15,6 +15,6 @@ documentation and scripts to handle accounting for an NPO.  The primary
 
example is a
 
[direct project (aka Model A) fiscal sponsor NPO](http://en.wikipedia.org/wiki/Fiscal_sponsorship#Models_of_fiscal_sponsorship).
 
[direct project (aka Model A) fiscal sponsor NPO](https://en.wikipedia.org/wiki/Fiscal_sponsorship#Models_of_fiscal_sponsorship).
 

	
 
This tutorial was written primarily based on
 
[Software Freedom Conservancy](http://sfconservancy.org/)'s use of Ledger CLI
 
[Software Freedom Conservancy](https://sfconservancy.org/)'s use of Ledger CLI
 
from 2008-10-22 to present for its own accounting needs.  While Conservancy
...
 
@@ -572,4 +572,4 @@ this file under the filenames GPLv3.txt and CC-By-SA-3.0-USA.txt.  If this
 
document has been separated from the repository, a
 
[copy of GPL can be found on FSF's website](http://www.gnu.org/licenses/gpl.txt)
 
[copy of GPL can be found on FSF's website](https://www.gnu.org/licenses/gpl.txt)
 
and a
 
[copy of CC-By-SA-USA-3.0 can be found on Creative Commons' website](http://creativecommons.org/licenses/by-sa/3.0/us/legalcode).
 
[copy of CC-By-SA-USA-3.0 can be found on Creative Commons' website](https://creativecommons.org/licenses/by-sa/3.0/us/legalcode).
rounding/proposal.md
Show inline comments
...
 
@@ -3,3 +3,3 @@ Some documentation is  already there on internal representation of numbers in le
 

	
 
http://www.ledger-cli.org/3.0/doc/ledger3.html#Specifying-Amounts
 
https://www.ledger-cli.org/3.0/doc/ledger3.html#Specifying-Amounts
 

	
0 comments (0 inline, 0 general)