site: developer-guide -> contributing

This commit is contained in:
Simon Michael 2017-04-27 10:51:02 -07:00
parent 5bd276d507
commit 64ec7c5574
7 changed files with 10 additions and 10 deletions

View File

@ -71,7 +71,7 @@ libghc-hledger-lib-prof
<!-- [heap](http://hledger.org/profs/latest.ps) --> <!-- [heap](http://hledger.org/profs/latest.ps) -->
<!-- [developer notes](http://github.com/simonmichael/hledger/NOTES.org)\ --> <!-- [developer notes](http://github.com/simonmichael/hledger/NOTES.org)\ -->
<!-- [browse dev API docs](http://hledger.org/api/frames.html) --> <!-- [browse dev API docs](http://hledger.org/api/frames.html) -->
<!-- [How to clone it](developer-guide#set-up-for-development) --> <!-- [How to clone it](contributing#set-up-for-development) -->
<!-- [hledger-web dev demo](http://demo.hledger.org:5001) --> <!-- [hledger-web dev demo](http://demo.hledger.org:5001) -->
<!-- hoogle search form <!-- hoogle search form
@ -701,7 +701,7 @@ If you're new to this process, [help.github.com](http://help.github.com) may be
- review the release how-to in the developer guide - review the release how-to in the developer guide
- and update as needed - and update as needed
(make site-preview, http://localhost:8000/developer-guide.html#do-a-major-release) (make site-preview, http://localhost:8000/contributing.html#do-a-major-release)
- clean working copy - clean working copy
- commit/stash/clear any pending changes in working copy - commit/stash/clear any pending changes in working copy
@ -743,7 +743,7 @@ If you're new to this process, [help.github.com](http://help.github.com) may be
- man pages - man pages
- site/release-notes.md - site/release-notes.md
- site/manual.md (commands, options, --help, ledger compatibility..) - site/manual.md (commands, options, --help, ledger compatibility..)
- site/developer-guide.md - site/contributing.md
- site/step-by-step.md - site/step-by-step.md
- site/how-to-* - site/how-to-*
- site/faq.md (ledger compatibility) - site/faq.md (ledger compatibility)

View File

@ -33,7 +33,7 @@ A few links not yet moved to...
More overview, tips and tools from the plain text accounting community More overview, tips and tools from the plain text accounting community
\ \
To get started as a developer, see [Contribute](developer-guide.html)! To get started as a developer, see [Contribute](contributing.html)!
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">

View File

@ -29,7 +29,7 @@ latest release, or provide only some of the hledger tools.
| |
|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| Windows: | see B below <!-- Download and run the [latest development builds](developer-guide.html) (-> Appveyor CI) --> | Windows: | see B below <!-- Download and run the [latest development builds](contributing.html) (-> Appveyor CI) -->
| Mac: | **`brew install hledger`** | Mac: | **`brew install hledger`**
| Debian,&nbsp;Ubuntu: | **`sudo apt install hledger hledger-ui hledger-web`** | Debian,&nbsp;Ubuntu: | **`sudo apt install hledger hledger-ui hledger-web`**
| Fedora,&nbsp;RHEL: | **`sudo dnf install hledger`** | Fedora,&nbsp;RHEL: | **`sudo dnf install hledger`**

View File

@ -46,7 +46,7 @@ tr {
--> -->
<!-- (see also [#ledger](http://webchat.freenode.net?channels=ledger&randomnick=1)) --> <!-- (see also [#ledger](http://webchat.freenode.net?channels=ledger&randomnick=1)) -->
<!-- | More...&nbsp;&nbsp; | [quick links](http://hledger.org/developer-guide.html#quick-links) --> <!-- | More...&nbsp;&nbsp; | [quick links](http://hledger.org/contributing.html#quick-links) -->
<!-- | web UI demo | [demo.hledger.org](http://demo.hledger.org) | --> <!-- | web UI demo | [demo.hledger.org](http://demo.hledger.org) | -->
<!-- [web ui demo](http://demo.hledger.org/register?q=inacct%3Aassets%3Abank%3Achecking+sym%3A\%24) --> <!-- [web ui demo](http://demo.hledger.org/register?q=inacct%3Aassets%3Abank%3Achecking+sym%3A\%24) -->
@ -225,7 +225,7 @@ If you feel the same way, join us!
### fully documented ### fully documented
Time to check out those **[docs](docs.html)**, Time to check out those **[docs](docs.html)**,
or maybe **[look deeper](developer-guide.html)**. or maybe **[look deeper](contributing.html)**.
</div> </div>

View File

@ -504,7 +504,7 @@ Mitchell Rosen, Hans-Peter Deifel, Brian Scott, and Andrew Jones.
- tools/simplebench has been spun off as the [quickbench](http://hackage.haskell.org/package/quickbench) package. - tools/simplebench has been spun off as the [quickbench](http://hackage.haskell.org/package/quickbench) package.
- add Appveyor CI builds, provide [more up-to-date Windows binaries](http://hledger.org/developer-guide.html#quick-links) - add Appveyor CI builds, provide [more up-to-date Windows binaries](http://hledger.org/contributing.html#quick-links)
- extra: add a bunch of CSV rules examples - extra: add a bunch of CSV rules examples

View File

@ -42,7 +42,7 @@
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li><a href="/download.html">Download</a> <li><a href="/download.html">Download</a>
<li><a href="/docs.html">Docs</a> <li><a href="/docs.html">Docs</a>
<li><a href="/developer-guide.html">Contribute</a> <li><a href="/contributing.html">Contribute</a>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -21,7 +21,7 @@ steps give you a task with a clear goal; if not, your task is to run
the examples and understand them. the examples and understand them.
If you get stuck, find a problem, or have feedback, please report it on the If you get stuck, find a problem, or have feedback, please report it on the
[IRC channel or mail list](developer-guide.html#quick-links), [IRC channel or mail list](contributing.html#quick-links),
or send a pull request for this page. or send a pull request for this page.
Let's get started! Let's get started!