diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1469172e6..7e4365c28 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 . 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) + [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)