URI: 
       Docs copyediting: Add more external URLs; add backticks, etc. - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit ddf4190114ee608ae412b3925836427633094c93
   DIR parent 5792cc3a1a40072cc018c530acec025e6f86d259
  HTML Author: Anthony Fok <foka@debian.org>
       Date:   Sat, 27 Dec 2014 00:50:08 -0700
       
       Docs copyediting: Add more external URLs; add backticks, etc.
       
       Diffstat:
         M docs/content/community/contributin… |       6 +++---
         M docs/content/extras/comments.md     |       4 ++--
         M docs/content/overview/introduction… |       6 +++---
       
       3 files changed, 8 insertions(+), 8 deletions(-)
       ---
   DIR diff --git a/docs/content/community/contributing.md b/docs/content/community/contributing.md
       @@ -47,11 +47,11 @@ When you're ready to create a pull request, be sure to:
            go get
        
        Because Go expects all of your libraries to be found in either
       -$GOROOT or $GOPATH, it's helpful to symlink the project to one
       +`$GOROOT` or `$GOPATH`, it's helpful to symlink the project to one
        of the following paths:
        
       - * ln -s /path/to/your/hugo $GOPATH/src/github.com/spf13/hugo
       - * ln -s /path/to/your/hugo $GOROOT/src/pkg/github.com/spf13/hugo
       + * `ln -s /path/to/your/hugo $GOPATH/src/github.com/spf13/hugo`
       + * `ln -s /path/to/your/hugo $GOROOT/src/pkg/github.com/spf13/hugo`
        
        ## Running Hugo
        
   DIR diff --git a/docs/content/extras/comments.md b/docs/content/extras/comments.md
       @@ -14,7 +14,7 @@ As Hugo is a static site generator, the content produced is static and
        doesn’t interact with the users. The most common interaction people ask
        for is comment capability.
        
       -Hugo ships with support for [Disqus](http://disqus.com), a third-party
       +Hugo ships with support for [Disqus](https://disqus.com), a third-party
        service that provides comment and community capabilities to website via
        JavaScript.
        
       @@ -78,7 +78,7 @@ Now, reference the partial template from your page template:
        
        # Alternatives
        
       -A few alternatives exist to [Disqus](http://disqus.com):
       +A few alternatives exist to [Disqus](https://disqus.com):
        
        * [IntenseDebate](http://intensedebate.com/)
        * [Livefyre](http://livefyre.com/)
   DIR diff --git a/docs/content/overview/introduction.md b/docs/content/overview/introduction.md
       @@ -72,10 +72,10 @@ Hugo boasts the following features:
        
        ### Additional Features
        
       -  * Integrated Disqus comment support
       +  * Integrated [Disqus](https://disqus.com/) comment support
          * Automatic [RSS](/layout/rss) creation
       -  * Support for Go and [Amber](https://github.com/eknkc/amber) templates
       -  * Syntax [highlighting](/extras/highlighting) powered by pygments
       +  * Support for [Go](http://golang.org/pkg/html/template/) and [Amber](https://github.com/eknkc/amber) HTML templates
       +  * Syntax [highlighting](/extras/highlighting) powered by [Pygments](http://pygments.org/)
        
        See what's coming next in the [roadmap](/meta/roadmap).