ref: 93643860c9db10c6c32176b17cc83f1c317279bd
parent: db46bcf82d060656d4bc731550e63ec9cf8576f2
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Tue Jun 13 15:00:10 EDT 2017
Update README to point to gohugoio/hugo
--- a/README.md
+++ b/README.md
@@ -1,20 +1,20 @@
-
+
-A Fast and Flexible Static Site Generator built with love by [spf13](http://spf13.com/) and [friends](https://github.com/spf13/hugo/graphs/contributors) in [Go][].
+A Fast and Flexible Static Site Generator built with love by [spf13](http://spf13.com/) and [friends](https://github.com/gohugoio/hugo/graphs/contributors) in [Go][].
[Website](https://gohugo.io) |
[Forum](https://discuss.gohugo.io) |
-[Developer Chat (no support)](https://gitter.im/spf13/hugo) |
+[Developer Chat (no support)](https://gitter.im/gohugoio/hugo) |
[Documentation](https://gohugo.io/overview/introduction/) |
[Installation Guide](https://gohugo.io/overview/installing/) |
[Contribution Guide](CONTRIBUTING.md) |
[Twitter](http://twitter.com/gohugoio)
-[](https://godoc.org/github.com/spf13/hugo)
-[](https://travis-ci.org/spf13/hugo)
-[](https://ci.appveyor.com/project/spf13/hugo/branch/master)
-[](https://gitter.im/spf13/hugo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-[](https://goreportcard.com/report/github.com/spf13/hugo)
+[](https://godoc.org/github.com/gohugoio/hugo)
+[](https://travis-ci.org/gohugoio/hugo)
+[](https://ci.appveyor.com/project/gohugoio/hugo/branch/master)
+[](https://gitter.im/gohugoio/hugo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[](https://goreportcard.com/report/github.com/gohugoio/hugo)
## Overview
@@ -44,7 +44,7 @@
If you want to use Hugo as your site generator, simply install the Hugo binaries.
The Hugo binaries have no external dependencies.
-To contribute to the Hugo source code or documentation, you should [fork the Hugo GitHub project](https://github.com/spf13/hugo#fork-destination-box) and clone it to your local machine.
+To contribute to the Hugo source code or documentation, you should [fork the Hugo GitHub project](https://github.com/gohugoio/hugo#fork-destination-box) and clone it to your local machine.
Finally, you can install the Hugo source code with `go`, build the binaries yourself, and run Hugo that way.
Building the binaries is an easy task for an experienced `go` getter.
@@ -57,13 +57,13 @@
Add Hugo and its package dependencies to your go `src` directory.
- go get -v github.com/spf13/hugo
+ go get -v github.com/gohugoio/hugo
Once the `get` completes, you should find your new `hugo` (or `hugo.exe`) executable sitting inside `$GOPATH/bin/`.
To update Hugo’s dependencies, use `go get` with the `-u` option.
- go get -u -v github.com/spf13/hugo
+ go get -u -v github.com/gohugoio/hugo
## Contributing to Hugo
@@ -74,7 +74,7 @@
feature implementations, pull requests, answering questions on the forum,
helping to manage issues, etc.
-The Hugo community and maintainers are [very active](https://github.com/spf13/hugo/pulse/monthly) and helpful, and the project benefits greatly from this activity.
+The Hugo community and maintainers are [very active](https://github.com/gohugoio/hugo/pulse/monthly) and helpful, and the project benefits greatly from this activity.
### Asking Support Questions
--
⑨