From 3ed21ff5df781c947aebcf1d602269b1206116e3 Mon Sep 17 00:00:00 2001 From: Jeremiah Mahler Date: Thu, 31 Oct 2019 18:05:28 -0700 Subject: fix broken link (s/ftp/https/) Signed-off-by: Jeremiah Mahler --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index ea614e9..321ca04 100644 --- a/config/config.go +++ b/config/config.go @@ -33,7 +33,7 @@ var ( ) // Config contains the repository configuration -// ftp://www.kernel.org/pub/software/scm/git/docs/git-config.html#FILES +// https://www.kernel.org/pub/software/scm/git/docs/git-config.html#FILES type Config struct { Core struct { // IsBare if true this repository is assumed to be bare and has no -- cgit