From 462eb4cf26f9818468a30f3b385e94edf80e4677 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 29 Jan 2019 13:50:44 -0800 Subject: [PATCH] site: download: fix the TOC links [ci skip] --- site/download.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/download.md b/site/download.md index 25fd05e6d..bcaeb5b2a 100644 --- a/site/download.md +++ b/site/download.md @@ -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)