site: developer-guide -> contributing
This commit is contained in:
parent
5bd276d507
commit
64ec7c5574
@ -71,7 +71,7 @@ libghc-hledger-lib-prof
|
||||
<!-- [heap](http://hledger.org/profs/latest.ps) -->
|
||||
<!-- [developer notes](http://github.com/simonmichael/hledger/NOTES.org)\ -->
|
||||
<!-- [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) -->
|
||||
|
||||
<!-- 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
|
||||
- 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
|
||||
- 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
|
||||
- site/release-notes.md
|
||||
- site/manual.md (commands, options, --help, ledger compatibility..)
|
||||
- site/developer-guide.md
|
||||
- site/contributing.md
|
||||
- site/step-by-step.md
|
||||
- site/how-to-*
|
||||
- site/faq.md (ledger compatibility)
|
||||
@ -33,7 +33,7 @@ A few links not yet moved to...
|
||||
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 class="col-sm-3">
|
||||
|
||||
@ -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`**
|
||||
| Debian, Ubuntu: | **`sudo apt install hledger hledger-ui hledger-web`**
|
||||
| Fedora, RHEL: | **`sudo dnf install hledger`**
|
||||
|
||||
@ -46,7 +46,7 @@ tr {
|
||||
-->
|
||||
<!-- (see also [#ledger](http://webchat.freenode.net?channels=ledger&randomnick=1)) -->
|
||||
|
||||
<!-- | More... | [quick links](http://hledger.org/developer-guide.html#quick-links) -->
|
||||
<!-- | More... | [quick links](http://hledger.org/contributing.html#quick-links) -->
|
||||
|
||||
<!-- | 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) -->
|
||||
@ -225,7 +225,7 @@ If you feel the same way, join us!
|
||||
### fully documented
|
||||
|
||||
Time to check out those **[docs](docs.html)**,
|
||||
or maybe **[look deeper](developer-guide.html)**.
|
||||
or maybe **[look deeper](contributing.html)**.
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="/download.html">Download</a>
|
||||
<li><a href="/docs.html">Docs</a>
|
||||
<li><a href="/developer-guide.html">Contribute</a>
|
||||
<li><a href="/contributing.html">Contribute</a>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -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.
|
||||
|
||||
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.
|
||||
|
||||
Let's get started!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user