docs: fix a ledger repo link
This commit is contained in:
		
							parent
							
								
									6d220acc09
								
							
						
					
					
						commit
						d56b4cb2f7
					
				@ -604,7 +604,7 @@ To generate time logs, ie to clock in and clock out, you could:
 | 
				
			|||||||
        alias ti="echo i `date '+%Y-%m-%d %H:%M:%S'` \$* >>$TIMELOG"
 | 
					        alias ti="echo i `date '+%Y-%m-%d %H:%M:%S'` \$* >>$TIMELOG"
 | 
				
			||||||
        alias to="echo o `date '+%Y-%m-%d %H:%M:%S'` >>$TIMELOG"
 | 
					        alias to="echo o `date '+%Y-%m-%d %H:%M:%S'` >>$TIMELOG"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- or use the old `ti` and `to` scripts in the [ledger 2.x repository](https://github.com/jwiegley/ledger/tree/maint/scripts).
 | 
					- or use the old `ti` and `to` scripts in the [ledger 2.x repository](https://github.com/ledger/ledger/tree/maint/scripts).
 | 
				
			||||||
  These rely on a "timeclock" executable which I think is just the ledger 2 executable renamed.
 | 
					  These rely on a "timeclock" executable which I think is just the ledger 2 executable renamed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Commands
 | 
					## Commands
 | 
				
			||||||
@ -754,9 +754,9 @@ name components. Note `--depth` doesn't work too well with `--flat` currently;
 | 
				
			|||||||
it hides deeper accounts rather than aggregating them.
 | 
					it hides deeper accounts rather than aggregating them.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
With a [reporting interval](#reporting-interval), multiple columns
 | 
					With a [reporting interval](#reporting-interval), multiple columns
 | 
				
			||||||
will be shown.  Note the values in each cell are the sum of postings
 | 
					will be shown, one for each period. By default each column shows the
 | 
				
			||||||
in that period, equivalent to change of balance.  This is good for a
 | 
					sum of postings in that period, equivalent to change of balance.  This
 | 
				
			||||||
multi-column cashflow report or income statement. Eg:
 | 
					is good for a multi-column income statement:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $ hledger balance ^income ^expense --monthly --depth 3
 | 
					    $ hledger balance ^income ^expense --monthly --depth 3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user