Fixed link errors in docs (#946)
This commit is contained in:
parent
7a4d221ccf
commit
eaf366e405
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ atom_feed:
|
|||
path: "http://feeds.feedburner.com/youFeedname"
|
||||
```
|
||||
|
||||
**Note:** By default the site feed is linked in two locations: inside the [`<head>` element]({{ gh_repo }}/master/_includes/head.html) and at the bottom of every page in the [site footer](https://github.com/{{ site.repository }}/master/_includes/footer.html).
|
||||
**Note:** By default the site feed is linked in two locations: inside the [`<head>` element](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/head.html) and at the bottom of every page in the [site footer](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/footer.html).
|
||||
{: .notice--info}
|
||||
|
||||
### SEO, Social Sharing, and Analytics Settings
|
||||
|
|
Loading…
Reference in a new issue