Skip to content

Commit

Permalink
Fix incorrect upstream remote URL in Upgrading doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes authored and sobkowiak committed Apr 29, 2016
1 parent 0e8c05a commit d91ea9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _docs/04-upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _docs/05-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/07-ui-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit d91ea9d

Please sign in to comment.