From 64ec7c55744b7ad8e96c0e7d02edddb20a479f03 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 27 Apr 2017 10:51:02 -0700 Subject: [PATCH] site: developer-guide -> contributing --- site/{developer-guide.md => contributing.md} | 6 +++--- site/docs.md | 2 +- site/download.md | 2 +- site/index.md | 4 ++-- site/release-notes.md | 2 +- site/site.tmpl | 2 +- site/step-by-step.md | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) rename site/{developer-guide.md => contributing.md} (99%) diff --git a/site/developer-guide.md b/site/contributing.md similarity index 99% rename from site/developer-guide.md rename to site/contributing.md index 5646b6086..26aa9c264 100644 --- a/site/developer-guide.md +++ b/site/contributing.md @@ -71,7 +71,7 @@ libghc-hledger-lib-prof - + +| Windows: | see B below | Mac: | **`brew install hledger`** | Debian, Ubuntu: | **`sudo apt install hledger hledger-ui hledger-web`** | Fedora, RHEL: | **`sudo dnf install hledger`** diff --git a/site/index.md b/site/index.md index 0cea739f4..a827bdf27 100644 --- a/site/index.md +++ b/site/index.md @@ -46,7 +46,7 @@ tr { --> - + @@ -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)**. diff --git a/site/release-notes.md b/site/release-notes.md index 5dda7eaf2..a77674ae1 100644 --- a/site/release-notes.md +++ b/site/release-notes.md @@ -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 diff --git a/site/site.tmpl b/site/site.tmpl index 6743a15b1..0d5323171 100644 --- a/site/site.tmpl +++ b/site/site.tmpl @@ -42,7 +42,7 @@ diff --git a/site/step-by-step.md b/site/step-by-step.md index d5c4e97ec..994377f06 100644 --- a/site/step-by-step.md +++ b/site/step-by-step.md @@ -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!