diff --git a/site/_docs/github-pages.md b/site/_docs/github-pages.md index 49477c72..cfe8822a 100644 --- a/site/_docs/github-pages.md +++ b/site/_docs/github-pages.md @@ -117,7 +117,7 @@ branch]({{ site.repository }}/tree/gh-pages) of the same repository.
Source Files Must be in the Root Directory

-GitHub Pages overrides the “Site Source” configuration value, so if you locate your files anywhere other than the root directory, your site may not build correctly. +GitHub Pages overrides the “Site Source” configuration value, so if you locate your files anywhere other than the root directory, your site may not build correctly.

diff --git a/site/_docs/upgrading/2-to-3.md b/site/_docs/upgrading/2-to-3.md index aec72e7c..330228de 100644 --- a/site/_docs/upgrading/2-to-3.md +++ b/site/_docs/upgrading/2-to-3.md @@ -92,7 +92,7 @@ error when trying to **serve** or **build**: {% highlight text %} Since v3.0, permalinks for pages in subfolders must be relative to the site source directory, not the parent directory. Check -https://jekyllrb.com/docs/upgrading/ for more info. +http://jekyllrb.com/docs/upgrading/ for more info. {% endhighlight %} This can be fixed by removing the following line from your `_config.yml` file: