From 325e98bbbff93fb900deb060e32db312061b40ed Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 28 Apr 2016 11:13:08 -0400 Subject: [PATCH] Fix download URL --- _docs/03-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/03-installation.md b/_docs/03-installation.md index 34e450b2..dc2a6190 100644 --- a/_docs/03-installation.md +++ b/_docs/03-installation.md @@ -2,7 +2,7 @@ title: "Installation" permalink: /docs/installation/ excerpt: "Instructions for installing the theme for new and existing Jekyll based sites." -modified: 2016-04-13T15:54:02-04:00 +modified: 2016-04-28T11:12:50-04:00 --- {% include base_path %} @@ -22,7 +22,7 @@ There are several ways to install the theme: **3.** And for those who don't want to mess with Git, you can download the theme as a ZIP file to work with locally. -[ Download Minimal Mistakes Theme]({{ site.gh_repo }}/archive/master.zip){: .btn .btn--success} +[ Download Minimal Mistakes Theme](https://github.com/mmistakes/minimal-mistakes/archive/master.zip){: .btn .btn--success} **ProTip:** Be sure to [delete](https://github.com/blog/1377-create-and-delete-branches) the `gh-pages` branch if you forked Minimal Mistakes. This branch contains the documentation and demo site for the theme and you probably don't want that showing up in your repo. {: .notice--info}