From a24d4e78af3884824a69bd5d395aec9e5777e151 Mon Sep 17 00:00:00 2001 From: thorbenk Date: Sat, 15 Apr 2017 16:31:26 +0200 Subject: [PATCH] fix link to "releases" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f484e9..1f45bf8b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An opinionated static site generator written in Rust. ## Installation -You can get the latest release by going to the [Release page](https://..). +You can get the latest release by going to the [Release page](https://github.com/Keats/gutenberg/releases). Alternatively, if you have the rust toolchain on your computer, you can also install it through Cargo: `cargo install gutenberg`.