Skip to content

Commit db46bcf

Browse files
committed
examples: Update examples to point to gohugoio/hugo
1 parent 66d4850 commit db46bcf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎examples/blog/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Hugo Example Blog
22
=================
33

4-
This repository provides a fully-working example of a [Hugo](https://github.com/spf13/hugo)-powered blog. Many
4+
This repository provides a fully-working example of a [Hugo](https://github.com/gohugoio/hugo)-powered blog. Many
55
Hugo-specific features are used as a way to see them in action, and hopefully ease the learning curve for creating your
66
very own site with Hugo.
77

‎examples/blog/layouts/partials/footer.copyright.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<hr>
44
<div class="col-sm-12">
55
<p>&copy; Enthusiastic Hugo User {{ .Now.Format "2006" }} &middot;
6-
Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
6+
Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
77
</div>
88
</div>
99
</footer>

‎examples/multilingual/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ and multilingualization (m17n) in Hugo-generated websites.
77
The example works well for the most part, though some minor issues remain.
88
Please see relevant discussions below:
99

10-
* https://github.com/spf13/hugo/issues/129 Multiple languages
11-
* https://github.com/spf13/hugo/issues/134 Example of a multilingual site
10+
* https://github.com/gohugoio/hugo/issues/129 Multiple languages
11+
* https://github.com/gohugoio/hugo/issues/134 Example of a multilingual site
1212

1313
Alternatively follow our [multilingual site tutorial](http://gohugo.io/tutorials/create-a-multilingual-site/).
1414

0 commit comments

Comments
 (0)