mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
all: Update textual references in Go source to point to gohugoio/hugo
This commit is contained in:
@@ -9,9 +9,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
gitHubCommitsApi = "https://api.github.com/repos/spf13/hugo/commits/%s"
|
||||
gitHubRepoApi = "https://api.github.com/repos/spf13/hugo"
|
||||
gitHubContributorsApi = "https://api.github.com/repos/spf13/hugo/contributors"
|
||||
gitHubCommitsApi = "https://api.github.com/repos/gohugoio/hugo/commits/%s"
|
||||
gitHubRepoApi = "https://api.github.com/repos/gohugoio/hugo"
|
||||
gitHubContributorsApi = "https://api.github.com/repos/gohugoio/hugo/contributors"
|
||||
)
|
||||
|
||||
type gitHubCommit struct {
|
||||
|
||||
Reference in New Issue
Block a user