change links from Markdown to HTML

This commit is contained in:
Bud Parr 2014-08-01 22:44:38 -04:00
parent 1d669ed34b
commit 27f2d75d88
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ branch]({{ site.repository }}/tree/gh-pages) of the same repository.
<div class="note warning"> <div class="note warning">
<h5>Source Files Must be in the Root Directory</h5> <h5>Source Files Must be in the Root Directory</h5>
<p>Github Pages [overrides](https://help.github.com/articles/troubleshooting-github-pages-build-failures#source-setting) the ["Site Source"](http://jekyllrb.com/docs/configuration/#global-configuration) configuration value, so if you locate your files anywhere other than the root directory, your site may not build correctly. <p>Github Pages <a href="https://help.github.com/articles/troubleshooting-github-pages-build-failures#source-setting">overrides</a> the <a href="http://jekyllrb.com/docs/configuration/#global-configuration">Site Source"</a> configuration value, so if you locate your files anywhere other than the root directory, your site may not build correctly.
</p> </p>
</div> </div>