all: Update textual references in Go source to point to gohugoio/hugo

This commit is contained in:
Bjørn Erik Pedersen 2017-06-13 18:47:17 +02:00
parent d8717cd4c7
commit c17ad675e8
14 changed files with 20 additions and 20 deletions

View file

@ -1339,7 +1339,7 @@ func (p *Page) SetSourceContent(content []byte) {
}
func (p *Page) SetSourceMetaData(in interface{}, mark rune) (err error) {
// See https://github.com/spf13/hugo/issues/2458
// See https://github.com/gohugoio/hugo/issues/2458
defer func() {
if r := recover(); r != nil {
var ok bool