;doc: link updates
This commit is contained in:
		
							parent
							
								
									28bcd9aadc
								
							
						
					
					
						commit
						ab55be6d64
					
				| @ -156,7 +156,7 @@ What is the hledger project's current mission ? | ||||
| ## Getting started | ||||
| 
 | ||||
| New contributors are always welcome in the hledger project.  | ||||
| Jump in! Or [ask us](http://hledger.org/docs.html#helpfeedback) to help you find a task. | ||||
| Jump in! Or [ask us](index.html#helpfeedback) to help you find a task. | ||||
| 
 | ||||
| ### Funder | ||||
| 
 | ||||
| @ -187,7 +187,7 @@ When reporting bugs, don't forget to search the tracker for a similar bug report | ||||
| Otherwise, open a new bug by clicking "New issue", or <http://bugs.hledger.org/new>. | ||||
| 
 | ||||
| Enhancement requests are sometimes added to the tracker,but for these consider using | ||||
| the IRC channel and mail list (see [Getting help](/docs.html#getting-help)). | ||||
| the IRC channel and mail list (see [Getting help](index.html#getting-help)). | ||||
| Both are archived and linkable, so the idea won't be lost. | ||||
| There is also a collection of wishes at the old [trello board](http://trello.hledger.org). | ||||
| 
 | ||||
| @ -388,7 +388,7 @@ Amount -- AmountStyle | ||||
| 
 | ||||
| [package](http://hackage.haskell.org/package/hledger), | ||||
| [code](https://github.com/simonmichael/hledger/tree/master/hledger), | ||||
| [manual](http://hledger.org/hledger.html) | ||||
| [manual](https://hledger.org/hledger.html) | ||||
| 
 | ||||
| hledger's command line interface, and command line options and utilities for other hledger tools. | ||||
| 
 | ||||
| @ -414,7 +414,7 @@ and [hledger-lib:Hledger.Utils](https://github.com/simonmichael/hledger/blob/mas | ||||
| 
 | ||||
| [package](http://hackage.haskell.org/package/hledger-ui), | ||||
| [code](https://github.com/simonmichael/hledger/tree/master/hledger-ui), | ||||
| [manual](http://hledger.org/hledger-ui.html) | ||||
| [manual](https://hledger.org/hledger-ui.html) | ||||
| 
 | ||||
| A terminal interface. | ||||
| 
 | ||||
| @ -422,7 +422,7 @@ A terminal interface. | ||||
| 
 | ||||
| [package](http://hackage.haskell.org/package/hledger-web), | ||||
| [code](https://github.com/simonmichael/hledger/tree/master/hledger-web), | ||||
| [manual](http://hledger.org/hledger-web.html) | ||||
| [manual](https://hledger.org/hledger-web.html) | ||||
| 
 | ||||
| A web interface. | ||||
| hledger-web starts a web server built with the yesod framework, | ||||
| @ -431,13 +431,13 @@ It reads the journal file(s) at startup and again whenever they change. | ||||
| It can also write (append) new transactions to the journal file. | ||||
| 
 | ||||
| There are two main views, which can be filtered with | ||||
| [queries](http://hledger.org/hledger.html#queries): | ||||
| [queries](https://hledger.org/hledger.html#queries): | ||||
| 
 | ||||
| - [/journal](http://demo.hledger.org/journal), showing general journal entries (like `hledger print`) | ||||
| 
 | ||||
| - [/register](http://demo.hledger.org/register?q=inacct:Expenses:Food), | ||||
|   showing transactions affecting an account (slightly different from | ||||
|   hledger's [register](http://hledger.org/hledger.html#register) command, which shows postings). | ||||
|   hledger's [register](https://hledger.org/hledger.html#register) command, which shows postings). | ||||
| 
 | ||||
| There is also: | ||||
| 
 | ||||
| @ -504,7 +504,7 @@ Relevant tools include: | ||||
| 
 | ||||
| - Code review party 2014/7/21-25: | ||||
|   [discussion](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/1070)<!-- missing , | ||||
|   [log](http://hledger.org/static/irc-20140725-code-review.html) --> | ||||
|   [log](https://hledger.org/static/irc-20140725-code-review.html) --> | ||||
| - Dev sprint/party 2015/10/10: | ||||
|   [discussion](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/1254)<!-- ircbrowse down , | ||||
|   [pre-chat](http://ircbrowse.net/day/hledger/2015/10/10), | ||||
| @ -724,7 +724,7 @@ About testing in the hledger project, as of 201809. | ||||
|     [examples](https://github.com/simonmichael/hledger/blob/master/hledger-lib/Hledger/Read/JournalReader.hs#L579). | ||||
| 
 | ||||
|     The unit tests are shipped as part of the hledger executable, and | ||||
|     can always be run via the [test](http://hledger.org/manual#test) | ||||
|     can always be run via the [test](https://hledger.org/manual#test) | ||||
|     command (`hledger test`). | ||||
| 
 | ||||
|     Here\'s the quick way to run unit tests while developing:\ | ||||
| @ -1358,11 +1358,11 @@ Eg: | ||||
| - review and discuss new [pull requests](http://prs.hledger.org) and commits on github | ||||
| - build hledger and test the latest changes in your own repo | ||||
| - read the existing [code docs and source](#quick-links) | ||||
| - send feedback or discuss via [IRC or mail list](/docs.html#helpfeedback) | ||||
| - send feedback or discuss via [IRC or mail list](index.html#helpfeedback) | ||||
| 
 | ||||
| ### Build in place | ||||
| 
 | ||||
| See also http://hledger.org/download.html#c.-build-the-development-version . | ||||
| See also https://hledger.org/download.html#c.-build-the-development-version . | ||||
| 
 | ||||
|     stack build    # hledger hledger-ui ... | ||||
| 
 | ||||
| @ -1500,7 +1500,7 @@ If you're new to this process, [help.github.com](http://help.github.com) may be | ||||
| 
 | ||||
| ### Add yourself to the contributor list | ||||
| 
 | ||||
| - after getting something into the master branch, read and sign the [contributor list & agreement](https://hledger.org/contributors.html). Or, [ask](/index.html#help-feedback) to be added. | ||||
| - after getting something into the master branch, read and sign the [contributor list & agreement](https://hledger.org/contributors.html). Or, [ask](index.html#help-feedback) to be added. | ||||
| - give yourself a high five! | ||||
| 
 | ||||
| ### Work on docs | ||||
|  | ||||
| @ -1815,7 +1815,7 @@ print: | ||||
| 
 | ||||
|     When a transaction posts to two commodities without specifying the | ||||
|     conversion price, we generate a price which makes it balance (cf | ||||
|     http://hledger.org/hledger.html#prices). The print command showed | ||||
|     https://hledger.org/hledger.html#prices). The print command showed | ||||
|     this with full precision (so that manual calculations with the | ||||
|     displayed numbers would look right), but this sometimes meant we | ||||
|     showed 255 digits (when there are multiple postings in the | ||||
| @ -2174,4 +2174,4 @@ Miscellaneous: | ||||
| -   avoid pretty-show to build with GHC < 7.4 | ||||
| -   allow text 1.1, drop data-pprint to build with GHC 7.8.x | ||||
| 
 | ||||
| 0.22.1 (2014/1/6) and older: see http://hledger.org/release-notes or doc/release-notes.md. | ||||
| 0.22.1 (2014/1/6) and older: see https://hledger.org/release-notes or doc/release-notes.md. | ||||
|  | ||||
| @ -51,7 +51,7 @@ $ hledger balance | ||||
| 
 | ||||
| By default, accounts are displayed hierarchically,  | ||||
| with subaccounts indented below their parent, | ||||
| with accounts at each level of the tree sorted by [declaration order](/hledger.html#declaring-accounts) if declared, then by account name. | ||||
| with accounts at each level of the tree sorted by [declaration order](https://hledger.org/hledger.html#declaring-accounts) if declared, then by account name. | ||||
| 
 | ||||
| "Boring" accounts, which contain a single interesting subaccount and  | ||||
| no balance of their own, are elided into the following line for more compact output. | ||||
|  | ||||
| @ -3,7 +3,7 @@ Show any of the hledger manuals. | ||||
| 
 | ||||
| _FLAGS | ||||
| 
 | ||||
| The `help` command displays any of the main [hledger manuals](/docs.html), in one of several ways. | ||||
| The `help` command displays any of the main [hledger user manuals](https://hledger.org/index.html), in one of several ways. | ||||
| Run it with no argument to list the manuals, or provide a full or partial manual name to select one. | ||||
| 
 | ||||
| hledger manuals are available in several formats. | ||||
|  | ||||
| @ -24,7 +24,7 @@ $ hledger import --dry ... | hledger -f- print unknown --ignore-assertions | ||||
| ### Importing balance assignments | ||||
| 
 | ||||
| Entries added by import will have their posting amounts made explicit (like `hledger print -x`). | ||||
| This means that any [balance assignments](/hledger.html#balance-assignments) in imported files must be evaluated; | ||||
| This means that any [balance assignments](https://hledger.org/hledger.html#balance-assignments) in imported files must be evaluated; | ||||
| but, imported files don't get to see the main file's account balances. | ||||
| As a result, importing entries with balance assignments | ||||
| (eg from an institution that provides only balances and not posting amounts) | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| prices\ | ||||
| Print [market price directives](/manual#market-prices) from the journal. | ||||
| With --costs, also print synthetic market prices based on [transaction prices](/manual#transaction-prices). | ||||
| Print [market price directives](https://hledger.org/manual#market-prices) from the journal. | ||||
| With --costs, also print synthetic market prices based on [transaction prices](https://hledger.org/manual#transaction-prices). | ||||
| With --inverted-costs, also print inverse prices based on transaction prices. | ||||
| Prices (and postings providing prices) can be filtered by a query. | ||||
| Price amounts are always displayed with their full precision. | ||||
|  | ||||
| @ -7,7 +7,7 @@ The print command displays full journal entries (transactions) from | ||||
| the journal file in date order, tidily formatted. | ||||
| With --date2, transactions are sorted by secondary date instead. | ||||
| 
 | ||||
| print's output is always a valid [hledger journal](/hledger.html).   | ||||
| print's output is always a valid [hledger journal](https://hledger.org/hledger.html).   | ||||
| It preserves all transaction information, but it does not preserve | ||||
| directives or inter-transaction comments | ||||
| 
 | ||||
| @ -48,7 +48,7 @@ Note, `-x`/`--explicit` will cause postings with a multi-commodity amount | ||||
| to be split into multiple single-commodity postings,  | ||||
| keeping the output parseable. | ||||
| 
 | ||||
| With `-B`/`--cost`, amounts with [transaction prices](/hledger.html#transaction-prices) | ||||
| With `-B`/`--cost`, amounts with [transaction prices](https://hledger.org/hledger.html#transaction-prices) | ||||
| are converted to cost using that price. This can be used for troubleshooting. | ||||
| 
 | ||||
| With `-m`/`--match` and a STR argument, print will show at most one transaction: the one  | ||||
|  | ||||
| @ -2113,7 +2113,7 @@ flag or `real:` query. | ||||
| 
 | ||||
| Balance assertions compare the exactly calculated amounts, | ||||
| which are not always what is shown by reports. | ||||
| Eg a [commodity directive](http://hledger.org/hledger.html#declaring-commodities) | ||||
| Eg a [commodity directive](https://hledger.org/hledger.html#declaring-commodities) | ||||
| may limit the display precision, but this will not affect balance assertions. | ||||
| Balance assertion failure messages show exact amounts. | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user