site: download: fix the TOC links

[ci skip]
This commit is contained in:
Simon Michael 2019-01-29 13:50:44 -08:00
parent 929f85729d
commit 462eb4cf26

View File

@ -2,11 +2,11 @@
There are several ways to install hledger:
a. [Download the binary or system package for your platform](#a.-download-a-binary-or-system-package) (quick install, often out of date)
b. [Build the latest release with hledger-install](#b.-build-the-latest-release)
or [with stack](#b2.-with-stack)
or [with cabal](#b3.-with-cabal) (slow install, up to date)
c. [Build the development version with stack or cabal](#c.-build-the-development-version) (slow install, cutting edge)
a. [Download the binary or system package for your platform](#a) (quick install, often out of date)
b. [Build the latest release with hledger-install](#b)
or [with stack](#b2)
or [with cabal](#b3) (slow install, up to date)
c. [Build the development version with stack or cabal](#c) (slow install, cutting edge)
<a name="a"></a>