summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-06-13 18:59:38 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-06-13 18:59:38 +0200
commitdb46bcf82d060656d4bc731550e63ec9cf8576f2 (patch)
tree5ee4d1132a1d3137a2be680627b8b37fb0bd0e24 /examples
parent66d4850b89db293dc58e828de784037f06c6c8dc (diff)
examples: Update examples to point to gohugoio/hugo
Diffstat (limited to 'examples')
-rw-r--r--examples/blog/README.md2
-rw-r--r--examples/blog/layouts/partials/footer.copyright.html2
-rw-r--r--examples/multilingual/README.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/blog/README.md b/examples/blog/README.md
index c4fc908e8..cfdff3c91 100644
--- a/examples/blog/README.md
+++ b/examples/blog/README.md
@@ -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.
diff --git a/examples/blog/layouts/partials/footer.copyright.html b/examples/blog/layouts/partials/footer.copyright.html
index c4a01208d..64c9353ea 100644
--- a/examples/blog/layouts/partials/footer.copyright.html
+++ b/examples/blog/layouts/partials/footer.copyright.html
@@ -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
diff --git a/examples/multilingual/README.md b/examples/multilingual/README.md
index 9f01346af..5c51a6f3f 100644
--- a/examples/multilingual/README.md
+++ b/examples/multilingual/README.md
@@ -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/).