examples: Update examples to point to gohugoio/hugo
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 13 Jun 2017 16:59:38 +0000 (18:59 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 13 Jun 2017 16:59:38 +0000 (18:59 +0200)
examples/blog/README.md
examples/blog/layouts/partials/footer.copyright.html
examples/multilingual/README.md

index c4fc908e8960d6eab9687dd9c598084964708a83..cfdff3c91bb2567c5c08d683c9fbc8427e4d4889 100644 (file)
@@ -1,7 +1,7 @@
 Hugo Example Blog
 =================
 
-This repository provides a fully-working example of a [Hugo](https://github.com/spf13/hugo)-powered blog. Many
+This repository provides a fully-working example of a [Hugo](https://github.com/gohugoio/hugo)-powered blog. Many
 Hugo-specific features are used as a way to see them in action, and hopefully ease the learning curve for creating your
 very own site with Hugo.
 
index c4a01208d56f2bbd86836bf78d32935ad6b8d9be..64c9353ea2ebcb3a439423101c15ff65070ccdd3 100644 (file)
@@ -3,7 +3,7 @@
                 <hr>
                 <div class="col-sm-12">
                     <p>&copy; Enthusiastic Hugo User {{ .Now.Format "2006" }} &middot;
-                    Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
+                    Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
                 </div>
             </div>
         </footer>
\ No newline at end of file
index 9f01346af156f3cb5e188150e081c557b7db865b..5c51a6f3f259716c16056c9aac66e04703ea06eb 100644 (file)
@@ -7,8 +7,8 @@ and multilingualization (m17n) in Hugo-generated websites.
 The example works well for the most part, though some minor issues remain.
 Please see relevant discussions below:
 
-* https://github.com/spf13/hugo/issues/129 Multiple languages
-* https://github.com/spf13/hugo/issues/134 Example of a multilingual site
+* https://github.com/gohugoio/hugo/issues/129 Multiple languages
+* https://github.com/gohugoio/hugo/issues/134 Example of a multilingual site
 
 Alternatively follow our [multilingual site tutorial](http://gohugo.io/tutorials/create-a-multilingual-site/).