Fix incorrect upstream remote URL in Upgrading doc

- Close #287
This commit is contained in:
Michael Rose 2016-04-27 10:36:11 -04:00
parent fdc6c9e9c4
commit 0593faadb1
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
title: "Upgrading" title: "Upgrading"
permalink: /docs/upgrading/ permalink: /docs/upgrading/
excerpt: "Instructions and suggestions for upgrading the theme." 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 %} {% 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: To add it you can do the following:
```bash ```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 ### Pull Down Updates

View File

@ -2,7 +2,7 @@
title: "Configuration" title: "Configuration"
permalink: /docs/configuration/ permalink: /docs/configuration/
excerpt: "Settings for configuring and customizing the theme." excerpt: "Settings for configuring and customizing the theme."
modified: 2016-04-14 modified: 2016-04-27T10:35:10-04:00
--- ---
{% include base_path %} {% include base_path %}

View File

@ -2,7 +2,7 @@
title: "UI Text" title: "UI Text"
permalink: /docs/ui-text/ permalink: /docs/ui-text/
excerpt: "Text for customizing various user interface elements found in the theme." 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 %} {% include base_path %}