diff options
author | Jeremiah Mahler <jmmahler@gmail.com> | 2019-10-31 18:05:28 -0700 |
---|---|---|
committer | Jeremiah Mahler <jmmahler@gmail.com> | 2019-10-31 18:15:19 -0700 |
commit | 3ed21ff5df781c947aebcf1d602269b1206116e3 (patch) | |
tree | 3219a60a47d285246bf8e3794bcbb5d6caf55355 | |
parent | aac20cc0e86f9f563bc74c42e9b9c598dfe271da (diff) | |
download | go-git-3ed21ff5df781c947aebcf1d602269b1206116e3.tar.gz |
fix broken link (s/ftp/https/)
Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
-rw-r--r-- | config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |