diff --git a/site/download.md b/site/download.md
index e90d75229..5a4e18789 100644
--- a/site/download.md
+++ b/site/download.md
@@ -38,31 +38,44 @@ a { white-space:nowrap; }
 
 
 Binaries or system packages are quickest to install, but they can be outdated or incomplete.
-(Please help/report issues to packagers.)
 
 **Available binaries / system packages:**
+
+(please [update this page](https://github.com/simonmichael/hledger/edit/master/site/download.md) /
+
report issues to packagers)
+
 
 | Platform             | Command/Link           | Installs version
([as of 20181006](https://repology.org/metapackage/hledger/badges), latest is [1.11](http://hledger.org/release-notes))
 |----------------------|------------------------|----------------------------------------------------------------------------------------
-| Mac                  | **`brew install hledger`** 
[only hledger CLI](https://github.com/simonmichael/hledger/issues/321#issuecomment-179920520) | 1.11
-| Windows              | Developer binaries: **[1.10](https://ci.appveyor.com/api/buildjobs/5n63x22wvd4j24ee/artifacts/hledger.zip)**  
 [no hledger-ui](https://github.com/jtdaugherty/vty/pull/1#issuecomment-297143444),[doesn't work on old windows ?](https://github.com/simonmichael/hledger/issues/774),[many files in PATH causing hangs](https://github.com/simonmichael/hledger/issues/791)  | 1.10
+| [Mac][]              | **`brew install hledger`** 
[only hledger CLI](https://github.com/simonmichael/hledger/issues/321#issuecomment-179920520) | 1.11
+| [Windows][]          | Developer binaries: **[1.10](https://ci.appveyor.com/api/buildjobs/5n63x22wvd4j24ee/artifacts/hledger.zip)**  
 [no hledger-ui](https://github.com/jtdaugherty/vty/pull/1#issuecomment-297143444),[doesn't work on old windows ?](https://github.com/simonmichael/hledger/issues/774),[many files in PATH causing hangs](https://github.com/simonmichael/hledger/issues/791)  | 1.10
 |                 |
-| Arch Linux      | **`pacman -S hledger`** | 1.11
+| [Arch Linux][]  | **`pacman -S hledger`** | 1.11
 | CentOS               | ? | 
-| Debian               | **`sudo apt install hledger hledger-ui hledger-web`** | 1.0.1 (Stable), 1.5 (Testing), 1.10 (Unstable)
-| Fedora               | **`sudo dnf install hledger`** | 1.2 (27), 1.4 (28), 1.5 (Rawhide)
-| Gentoo               | **`sudo layman -a haskell && sudo emerge hledger hledger-ui hledger-web`** | 1.11
+| [Debian][]           | **`sudo apt install hledger hledger-ui hledger-web`** | 1.0.1 (Stable), 1.5 (Testing), 1.10 (Unstable)
+| [Fedora][]           | **`sudo dnf install hledger`** | 1.2 (27), 1.4 (28), 1.5 (Rawhide)
+| [Gentoo][]           | **`sudo layman -a haskell && sudo emerge hledger hledger-ui hledger-web`** | 1.11
 | RHEL                 | **`sudo dnf install hledger`** ? | ?
-| Ubuntu               | **`sudo apt install hledger hledger-ui hledger-web`** | 0.26 (16.04 Xenial), 1.2 (18.04 Bionic), 1.5 (18.10 Cosmic)
-| Void Linux      | **`xbps-install -S hledger hledger-ui hledger-web hledger-api`** | 1.10
+| [Ubuntu][]           | **`sudo apt install hledger hledger-ui hledger-web`** | 0.26 (16.04 Xenial), 1.2 (18.04 Bionic), 1.5 (18.10 Cosmic)
+| [Void Linux][]  | **`xbps-install -S hledger hledger-ui hledger-web hledger-api`** | 1.10
 |                 |
 | FreeBSD              | ? | 
 | NetBSD               | ? | 
 | OpenBSD              | Ports: **[https://github.com/jasperla/openbsd-wip/pull/104](https://github.com/jasperla/openbsd-wip/pull/104)** 
Third-party binaries: **[OpenBSD6.3/amd64](https://s3.amazonaws.com/openbsd-hledger/index.html)** | 1.10
 |                 |
-| NixOS                | **`nix-env -iA nixpkgs.haskellPackages.hledger nixpkgs.haskellPackages.hledger-ui nixpkgs.haskellPackages.hledger-web`** 
[problems with hledger-ui on Mac ?](https://github.com/simonmichael/hledger/issues/613) | 1.5 (stable), 1.11 (unstable)
+| [NixOS][]            | **`nix-env -iA nixpkgs.haskellPackages.hledger nixpkgs.haskellPackages.hledger-ui nixpkgs.haskellPackages.hledger-web`** 
[problems with hledger-ui on Mac ?](https://github.com/simonmichael/hledger/issues/613) | 1.5 (stable), 1.11 (unstable)
 | Sandstorm            | **[hledger-web Sandstorm app](https://apps.sandstorm.io/app/8x12h6p0x0nrzk73hfq6zh2jxtgyzzcty7qsatkg7jfg2mzw5n90)** 
[features needed](https://github.com/simonmichael/hledger/issues/425) | 1.9.2
 
+[Mac]: https://formulae.brew.sh/formula/hledger
+[Windows]: https://ci.appveyor.com/project/simonmichael/hledger
+[Arch Linux]: https://www.archlinux.org/packages/?sort=&q=hledger
+[Debian]: https://packages.debian.org/search?searchon=names&keywords=hledger
+[Fedora]: https://apps.fedoraproject.org/packages/s/hledger
+[Gentoo]: https://gentoo.zugaina.org/Search?search=hledger
+[Ubuntu]: https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=hledger
+[Void Linux]: https://voidlinux.org/packages/?q=hledger
+[NixOS]: http://hydra.nixos.org/search?query=hledger
+