aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Höppner2016-02-24 20:36:33 +0100
committerTill Höppner2016-02-24 20:38:01 +0100
commit685aac1cc537692b2cf9342dcb6c26fa74c3c920 (patch)
treef05fedca82136f1e1f8d228598ed5c340565cdf4
parent470739f5b5199368ce9d9cf78d1a86dde33e4d6a (diff)
downloadilc-685aac1cc537692b2cf9342dcb6c26fa74c3c920.tar.gz
ilc-685aac1cc537692b2cf9342dcb6c26fa74c3c920.tar.xz
ilc-685aac1cc537692b2cf9342dcb6c26fa74c3c920.zip
[ci skip] Fix links, probably.
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 167b41f..4fb5a59 100644
--- a/README.md
+++ b/README.md
@@ -13,15 +13,15 @@ of commonly needed utilities for IRC logs.
The library can convert between most of the EnergyMech (ZNC) and Weechat log formats, as well as binary and msgpack representations of them.
The tools can merge, convert, and pretty-print them, or count the lines/words that people said in them.
-### Downloads
+#### Downloads
-There are other builds, including for/with musl, mingw, or ARM. Please [check out the latest release](https://github.com/tilpner/ilc/releases/latest)
+There are other builds, including for/with musl, mingw, or ARM. Please [check out the latest release](https://github.com/tilpner/ilc/releases/latest) to see all archives.
| Platform | 64 bit | 32 bit |
| -------- | ------ | ------ |
-| Linux | [Download](https://github.com/tilpner/ilc/releases/latest/ilc-x86_64-unknown-linux-gnu.tar.gz) |[Download](https://github.com/tilpner/ilc/releases/latest/ilc-i686-unknown-linux-gnu.tar.gz) |
-| OSX | [Download](https://github.com/tilpner/ilc/releases/latest/ilc-x86_64-apple-darwin.tar.gz) |[Download](https://github.com/tilpner/ilc/releases/latest/ilc-i686-apple-darwin.tar.gz) |
-| Windows | [Download](https://github.com/tilpner/ilc/releases/latest/ilc-x86_64-pc-windows-msvc.tar.gz) |[Download](https://github.com/tilpner/ilc/releases/latest/ilc-i686-pc-windows-msvc.tar.gz) |
+| Linux | [Download](https://github.com/tilpner/ilc/releases/download/v0.1.2/ilc-x86_64-unknown-linux-gnu.tar.gz) |[Download](https://github.com/tilpner/ilc/releases/download/v0.1.2/ilc-i686-unknown-linux-gnu.tar.gz) |
+| OS X | [Download](https://github.com/tilpner/ilc/releases/download/v0.1.2/ilc-x86_64-apple-darwin.tar.gz) |[Download](https://github.com/tilpner/ilc/releases/download/v0.1.2/ilc-i686-apple-darwin.tar.gz) |
+| Windows | [Download](https://github.com/tilpner/ilc/releases/download/v0.1.2/ilc-x86_64-pc-windows-msvc.zip) |[Download](https://github.com/tilpner/ilc/releases/download/v0.1.2/ilc-i686-pc-windows-msvc.zip) |
*Note that these links might be broken in the one hour it takes between release and uploading builds, sorry for that.*