From 906e245f8a5256b19da5223b64ac54c9bb9f99b3 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sat, 16 Apr 2016 10:10:08 -0400 Subject: [PATCH] Fix broken fork link Close #267 --- _docs/01-quick-start-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md index 42c6ab3c..1d05d729 100644 --- a/_docs/01-quick-start-guide.md +++ b/_docs/01-quick-start-guide.md @@ -13,7 +13,7 @@ Minimal Mistakes has been developed to be 100% compatible with hosting a site on ## Fork the Theme -Fork the [Minimal Mistakes theme]({{ site.gh_repo }}/fork), then rename the repo to **USERNAME.github.io** --- replacing **USERNAME** with your GitHub username. +Fork the [Minimal Mistakes theme](https://github.com/mmistakes/minimal-mistakes/fork), then rename the repo to **USERNAME.github.io** --- replacing **USERNAME** with your GitHub username.
fork Minimal Mistakes @@ -44,4 +44,4 @@ Committing a change to `_config.yml` (or any file in your repository) will force --- -Congratulations! You've successfully forked the theme and are up an running with GitHub Pages. Now you're ready to add content and customize the site further. \ No newline at end of file +Congratulations! You've successfully forked the theme and are up an running with GitHub Pages. Now you're ready to add content and customize the site further.