Fix links to GitHub repo for spencerlyon2/hugo_gh_blog
authorRolando Pereira <rolando_pereira@sapo.pt>
Sat, 24 May 2014 14:06:24 +0000 (15:06 +0100)
committerspf13 <steve.francia@gmail.com>
Wed, 28 May 2014 21:58:11 +0000 (17:58 -0400)
Hello,

The `github_pages_blog.md` tutorial mentioned links to the git repository of "spencerlyon2/hugo_gh_blog" however it was linking to the page itself (i.e. http://spencerlyon2.github.io/hugo_gh_blog ).

This commit replace those links with links to https://github.com/spencerlyon2/hugo_gh_blog

docs/content/tutorials/github_pages_blog.md

index 779e35752d09737db3ac590eb7775878bf5c7744..4df0524fac31590c4bfd5a5bf8263677ffd37640 100644 (file)
@@ -15,11 +15,11 @@ next: "/tutorials/mathjax"
 
 Many Hugo users have expressed interest in seeing a tutorial for how to set up a blog that generated by Hugo and hosted on GitHub pages. This tutorial will do just that. We only require that the reader has Hugo installed correctly and is comfortable with git and GitHub.
 
-During this tutorial, I will walk you through the main steps I took to create an example blog available at [http://spencerlyon2.github.io/hugo_gh_blog](http://spencerlyon2.github.io/hugo_gh_blog). The source code for this blog is on [GitHub](http://spencerlyon2.github.io/hugo_gh_blog). Readers are encouraged to download the example repository and follow along.
+During this tutorial, I will walk you through the main steps I took to create an example blog available at [http://spencerlyon2.github.io/hugo_gh_blog](http://spencerlyon2.github.io/hugo_gh_blog). The source code for this blog is on [GitHub](https://github.com/spencerlyon2/hugo_gh_blog). Readers are encouraged to download the example repository and follow along.
 
 ### Find a Home for Your Files
 
-As our goal is to host a website using GitHub pages, it is natural for us to host the content of the page in a GitHub repository. Thus, the first step is to either create a new repository on GitHub or create a new directory within an existing repository where the content of the website will live. To do this I created the repository [spencerlyon2/hugo_gh_blog](http://spencerlyon2.github.io/hugo_gh_blog).
+As our goal is to host a website using GitHub pages, it is natural for us to host the content of the page in a GitHub repository. Thus, the first step is to either create a new repository on GitHub or create a new directory within an existing repository where the content of the website will live. To do this I created the repository [spencerlyon2/hugo_gh_blog](https://github.com/spencerlyon2/hugo_gh_blog).
 
 ## Create the Blog