summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKartik Singhal <kartiksinghal@gmail.com>2014-09-27 13:05:42 +0530
committerspf13 <steve.francia@gmail.com>2014-10-02 13:39:59 -0400
commit879e90dca710dc2ebac8a6e93b3258ad0a82aa91 (patch)
treed67f0241588b5f2167578ea0db5ca46466517539 /examples
parente3d4d40d320b4f2bd88fd3059442c88c7d840abe (diff)
Switch to new hompage
Diffstat (limited to 'examples')
-rw-r--r--examples/blog/README.md4
-rw-r--r--examples/blog/content/post/hello-hugo.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/blog/README.md b/examples/blog/README.md
index 1cca20c2a..8b48c036e 100644
--- a/examples/blog/README.md
+++ b/examples/blog/README.md
@@ -26,7 +26,7 @@ Getting Started
To get started, you should simply fork or clone this repository! That's definitely an important first step.
-[Install Hugo](http://hugo.spf13.com/overview/installing) in a way that best suits your environment and comfort level.
+[Install Hugo](http://gohugo.io/overview/installing) in a way that best suits your environment and comfort level.
Edit `config.toml` and change the default properties to suit your own information. This is not required to run the
example, but this is the global configuration file and you're going to need to use it eventually. Start here!
@@ -38,5 +38,5 @@ If that wasn't amazing enough, from the same terminal, run `hugo server -w`. Thi
and rebuild the site immediately, *and* it will make these changes available at http://localhost:1313/ so you can view
your finished site in your browser. Go on, try it. This is one of the best ways to preview your site while working on it.
-To further learn Hugo and learn more, read through the Hugo [documentation](http://hugo.spf13.com/overview/introduction)
+To further learn Hugo and learn more, read through the Hugo [documentation](http://gohugo.io/overview/introduction)
or browse around the files in this repository. Have fun!
diff --git a/examples/blog/content/post/hello-hugo.md b/examples/blog/content/post/hello-hugo.md
index 59f2e7b3e..f58886ee8 100644
--- a/examples/blog/content/post/hello-hugo.md
+++ b/examples/blog/content/post/hello-hugo.md
@@ -58,4 +58,4 @@ tags:
This section, called 'Front Matter', is what tells Hugo about the content in this file: the `title` of the item, the
`description`, and the `date` it was posted. In our example, we've added two custom bits of data too. The `categories` and
`tags` sections are used in this example for indexing/grouping content. You will learn more about what that means by
-examining the code in this example and through reading the Hugo [documentation](http://hugo.spf13.com/overview/introduction).
+examining the code in this example and through reading the Hugo [documentation](http://gohugo.io/overview/introduction).