From 9452d0fbd09487ab1edd3e6b92f30a19ed44a0ee Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 5 Feb 2021 12:06:36 -0500 Subject: [PATCH] master -> main --- cmd/buildpack/main.go | 2 +- cmd/flatten/main.go | 2 +- cmd/kaniko/main.go | 2 +- cmd/ko/main.go | 2 +- cmd/mirror/main.go | 2 +- cmd/random/main.go | 2 +- cmd/wait/main.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/buildpack/main.go b/cmd/buildpack/main.go index 05a946b..b01ce86 100644 --- a/cmd/buildpack/main.go +++ b/cmd/buildpack/main.go @@ -50,7 +50,7 @@ func main() { error: log.New(os.Stderr, "E ", log.Ldate|log.Ltime|log.Lshortfile), storage: st, }) - http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/master/cmd/buildpack", http.StatusSeeOther)) + http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/main/cmd/buildpack", http.StatusSeeOther)) log.Println("Starting...") port := os.Getenv("PORT") diff --git a/cmd/flatten/main.go b/cmd/flatten/main.go index a87705a..7e8c13d 100644 --- a/cmd/flatten/main.go +++ b/cmd/flatten/main.go @@ -31,7 +31,7 @@ func main() { error: log.New(os.Stderr, "E ", log.Ldate|log.Ltime|log.Lshortfile), storage: st, }) - http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/master/cmd/flatten", http.StatusSeeOther)) + http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/main/cmd/flatten", http.StatusSeeOther)) log.Println("Starting...") port := os.Getenv("PORT") diff --git a/cmd/kaniko/main.go b/cmd/kaniko/main.go index 73c1c46..c70dfcb 100644 --- a/cmd/kaniko/main.go +++ b/cmd/kaniko/main.go @@ -48,7 +48,7 @@ func main() { error: log.New(os.Stderr, "E ", log.Ldate|log.Ltime|log.Lshortfile), storage: st, }) - http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/master/cmd/kaniko", http.StatusSeeOther)) + http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/main/cmd/kaniko", http.StatusSeeOther)) log.Println("Starting...") port := os.Getenv("PORT") diff --git a/cmd/ko/main.go b/cmd/ko/main.go index f71bdcc..f007fb0 100644 --- a/cmd/ko/main.go +++ b/cmd/ko/main.go @@ -33,7 +33,7 @@ func main() { error: log.New(os.Stderr, "E ", log.Ldate|log.Ltime|log.Lshortfile), storage: st, }) - http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/master/cmd/ko", http.StatusSeeOther)) + http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/main/cmd/ko", http.StatusSeeOther)) log.Println("Starting...") port := os.Getenv("PORT") diff --git a/cmd/mirror/main.go b/cmd/mirror/main.go index c92dddb..4ae22ff 100644 --- a/cmd/mirror/main.go +++ b/cmd/mirror/main.go @@ -25,7 +25,7 @@ func main() { error: log.New(os.Stderr, "E ", log.Ldate|log.Ltime|log.Lshortfile), storage: st, }) - http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/master/cmd/mirror", http.StatusSeeOther)) + http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/main/cmd/mirror", http.StatusSeeOther)) log.Println("Starting...") port := os.Getenv("PORT") diff --git a/cmd/random/main.go b/cmd/random/main.go index 25cb245..a0f7305 100644 --- a/cmd/random/main.go +++ b/cmd/random/main.go @@ -25,7 +25,7 @@ func main() { error: log.New(os.Stderr, "E ", log.Ldate|log.Ltime|log.Lshortfile), storage: st, }) - http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/master/cmd/random", http.StatusSeeOther)) + http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/main/cmd/random", http.StatusSeeOther)) log.Println("Starting...") port := os.Getenv("PORT") diff --git a/cmd/wait/main.go b/cmd/wait/main.go index 76b012c..6e8e57c 100644 --- a/cmd/wait/main.go +++ b/cmd/wait/main.go @@ -29,7 +29,7 @@ func main() { error: log.New(os.Stderr, "E ", log.Ldate|log.Ltime|log.Lshortfile), storage: st, }) - http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/master/cmd/wait", http.StatusSeeOther)) + http.Handle("/", http.RedirectHandler("https://github.com/imjasonh/kontain.me/blob/main/cmd/wait", http.StatusSeeOther)) log.Println("Starting...") port := os.Getenv("PORT")