From 0593faadb15104191d4cfda882a13721b4ccef08 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 27 Apr 2016 10:36:11 -0400 Subject: [PATCH] Fix incorrect upstream remote URL in Upgrading doc - Close #287 --- _docs/04-upgrading.md | 4 ++-- _docs/05-configuration.md | 2 +- _docs/07-ui-text.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_docs/04-upgrading.md b/_docs/04-upgrading.md index 174d1a2c182e..f064354253a3 100644 --- a/_docs/04-upgrading.md +++ b/_docs/04-upgrading.md @@ -2,7 +2,7 @@ title: "Upgrading" permalink: /docs/upgrading/ excerpt: "Instructions and suggestions for upgrading the theme." -modified: 2016-04-13T15:54:02-04:00 +modified: 2016-04-27T10:35:00-04:00 --- {% include base_path %} @@ -18,7 +18,7 @@ To double check, run `git remote -v` and verify that you can fetch from `origin To add it you can do the following: ```bash -$ git remote add upstream {{ site.gh_repo }}/minimal-mistakes.git +$ git remote add upstream https://github.com/mmistakes/minimal-mistakes.git ``` ### Pull Down Updates diff --git a/_docs/05-configuration.md b/_docs/05-configuration.md index 99037d8f77d2..cfe46485b10a 100644 --- a/_docs/05-configuration.md +++ b/_docs/05-configuration.md @@ -2,7 +2,7 @@ title: "Configuration" permalink: /docs/configuration/ excerpt: "Settings for configuring and customizing the theme." -modified: 2016-04-14 +modified: 2016-04-27T10:35:10-04:00 --- {% include base_path %} diff --git a/_docs/07-ui-text.md b/_docs/07-ui-text.md index 948ec322d2ee..ea5b6bc4bfbb 100644 --- a/_docs/07-ui-text.md +++ b/_docs/07-ui-text.md @@ -2,7 +2,7 @@ title: "UI Text" permalink: /docs/ui-text/ excerpt: "Text for customizing various user interface elements found in the theme." -modified: 2016-04-13T15:54:02-04:00 +modified: 2016-04-27T10:35:05-04:00 --- {% include base_path %}