docs: replace *.hledger.org links with new hledger.org/* ones
This commit is contained in:
parent
52cd01e85d
commit
61ec3f7037
@ -8,9 +8,8 @@ title: hledger contributor guide
|
|||||||
|
|
||||||
**Support**<br>
|
**Support**<br>
|
||||||
IRC channel: [irc.freenode.net/#ledger](irc://irc.freenode.net/#ledger)
|
IRC channel: [irc.freenode.net/#ledger](irc://irc.freenode.net/#ledger)
|
||||||
<br>Mail list: [list.hledger.org](http://list.hledger.org)
|
<br>Mail list: [hledger.org/list](http://hledger.org/list)
|
||||||
<br>Bug tracker: [bugs.hledger.org](http://bugs.hledger.org)
|
<br>Bug tracker: [hledger.org/bugs](http://hledger.org/bugs)
|
||||||
<br>Tips: [how to get help](#how-to-get-help)
|
|
||||||
|
|
||||||
**Released version**<br>
|
**Released version**<br>
|
||||||
[release notes](NEWS.html),
|
[release notes](NEWS.html),
|
||||||
@ -57,16 +56,16 @@ or
|
|||||||
|
|
||||||
### how to get help
|
### how to get help
|
||||||
|
|
||||||
- join and use the [hledger mail list](http://list.hledger.org)
|
- join and use the [hledger mail list](http://hledger.org/list)
|
||||||
- chat Simon (sm) on the
|
- chat Simon (sm) on the
|
||||||
[\#ledger](irc://irc.freenode.net/#ledger) irc channel which we
|
[\#ledger](irc://irc.freenode.net/#ledger) irc channel which we
|
||||||
share, or [send email](mailto:simon@joyful.com?subject=hledger:)
|
share, or [send email](mailto:simon@joyful.com?subject=hledger:)
|
||||||
- for issues relevant to the wider *ledger community, you can also use or cc [ledger's mail list](http://list.ledger-cli.org)
|
- for issues relevant to the wider *ledger community, you can also use or cc [ledger's mail list](http://list.ledger-cli.org)
|
||||||
- don't forget the [installation tips](MANUAL.html#installing), [Troubleshooting](MANUAL.html#troubleshooting) section, and [bug tracker](http://bugs.hledger.org)
|
- don't forget the [installation tips](MANUAL.html#installing), [Troubleshooting](MANUAL.html#troubleshooting) section, and [bug tracker](http://hledger.org/bugs)
|
||||||
|
|
||||||
### how to report problems
|
### how to report problems
|
||||||
|
|
||||||
- check for related issues at [bugs.hledger.org](http://bugs.hledger.org) ([view all](http://bugs.hledger.org/grid)) or in the [list archive](https://groups.google.com/d/forum/hledger)
|
- check for related issues at [hledger.org/bugs](http://hledger.org/bugs) ([view all](http://hledger.org/bugs/grid)) or in the [list archive](https://groups.google.com/d/forum/hledger)
|
||||||
- discuss/confirm the issue on irc or list
|
- discuss/confirm the issue on irc or list
|
||||||
- [report](http://code.google.com/p/hledger/issues/entry) new issues in the bug tracker
|
- [report](http://code.google.com/p/hledger/issues/entry) new issues in the bug tracker
|
||||||
<!-- - test and share problem journal snippets at paste . hledger.org -->
|
<!-- - test and share problem journal snippets at paste . hledger.org -->
|
||||||
@ -83,14 +82,14 @@ or
|
|||||||
|
|
||||||
### how to help with bug tracking
|
### how to help with bug tracking
|
||||||
|
|
||||||
- get to know the [bug tracker](http://bugs.hledger.org) and its contents
|
- get to know the [bug tracker](http://hledger.org/bugs) and its contents
|
||||||
- join the [hledger google project](http://code.google.com/p/hledger/) to get more access
|
- join the [hledger google project](http://code.google.com/p/hledger/) to get more access
|
||||||
- research and update issues
|
- research and update issues
|
||||||
- use these convenience urls:
|
- use these convenience urls:
|
||||||
[`bugs.hledger.org`](http://bugs.hledger.org)
|
[`hledger.org/bugs`](http://hledger.org/bugs)
|
||||||
[`bugs.hledger.org/grid`](http://bugs.hledger.org/grid)
|
[`hledger.org/bugs/grid`](http://hledger.org/bugs/grid)
|
||||||
[`bugs.hledger.org/new`](http://bugs.hledger.org/new)
|
[`hledger.org/bugs/new`](http://hledger.org/bugs/new)
|
||||||
`bugs.hledger.org/NNN`
|
`hledger.org/bugs/N`
|
||||||
|
|
||||||
### how to set up for hledger development
|
### how to set up for hledger development
|
||||||
|
|
||||||
|
|||||||
2
DOCS.md
2
DOCS.md
@ -27,7 +27,7 @@ title: hledger docs
|
|||||||
|
|
||||||
**More docs:**
|
**More docs:**
|
||||||
|
|
||||||
[wiki.hledger.org](http://wiki.hledger.org) *links, examples...*
|
[hledger.org/wiki](http://hledger.org/wiki)
|
||||||
|
|
||||||
**Related:**
|
**Related:**
|
||||||
|
|
||||||
|
|||||||
@ -1024,8 +1024,8 @@ Here are some issues you might encounter when you run hledger:
|
|||||||
Please also seek
|
Please also seek
|
||||||
[support](DEVELOPMENT.html#support) from the
|
[support](DEVELOPMENT.html#support) from the
|
||||||
[IRC channel](irc://irc.freenode.net/#ledger),
|
[IRC channel](irc://irc.freenode.net/#ledger),
|
||||||
[mail list](http://list.hledger.org) or
|
[mail list](http://hledger.org/list) or
|
||||||
[bug tracker](http://bugs.hledger.org).
|
[bug tracker](http://hledger.org/bugs).
|
||||||
|
|
||||||
#. **hledger installed, but running hledger says something like No command 'hledger' found**
|
#. **hledger installed, but running hledger says something like No command 'hledger' found**
|
||||||
cabal installs binaries into a special directory, which should be added
|
cabal installs binaries into a special directory, which should be added
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<a href="/DOWNLOAD.html">Download</a>
|
<a href="/DOWNLOAD.html">Download</a>
|
||||||
<a href="/DOCS.html">Docs</a>
|
<a href="/DOCS.html">Docs</a>
|
||||||
<a href="/DEVELOPMENT.html">Contribute</a>
|
<a href="/DEVELOPMENT.html">Contribute</a>
|
||||||
<a href="http://wiki.hledger.org" class="offsite">Wiki</a>
|
<a href="http://hledger.org/wiki" class="offsite">Wiki</a>
|
||||||
<a href="http://demo.hledger.org" class="offsite">Demo</a>
|
<a href="http://demo.hledger.org" class="offsite">Demo</a>
|
||||||
</div>
|
</div>
|
||||||
$body$
|
$body$
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user