summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@yahoo.com>2019-06-12 19:29:19 +0900
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-06-12 12:29:19 +0200
commit9f258d2b8f98a137c5c8c4586a3db3e3c53a0040 (patch)
treeeca2db82a975620daeb02b56263f73c2ce73fb02 /examples
parent31c9c690fd042700a377687c85b1eef5230f9860 (diff)
examples: Update URLs
Diffstat (limited to 'examples')
-rw-r--r--examples/blog/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/blog/README.md b/examples/blog/README.md
index cfdff3c91..4c68edac8 100644
--- a/examples/blog/README.md
+++ b/examples/blog/README.md
@@ -11,8 +11,8 @@ Features
- Recent Posts at main index
- Indexes for `tags` and `categories`
- Post information block, with links for all `tags` and `categories` post belongs to
-- [Bootstrap 3](http://getbootstrap.com/) ready
- - Currently using the [Yeti](http://bootswatch.com/yeti/) theme from http://bootswatch.com/
+- [Bootstrap 3](https://getbootstrap.com/) ready
+ - Currently using the [Yeti](https://bootswatch.com/yeti/) theme from https://bootswatch.com/
Common things that should be added in the near future *(pull requests are welcome!)*:
@@ -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://gohugo.io/overview/installing) in a way that best suits your environment and comfort level.
+[Install Hugo](https://gohugo.io/getting-started/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`. This w
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://gohugo.io/overview/introduction)
+To further learn Hugo and learn more, read through the Hugo [documentation](https://gohugo.io/getting-started/)
or browse around the files in this repository. Have fun!