diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2019-11-01 10:06:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 10:06:13 +0100 |
commit | 3895dfa31c54adf83fdaffd90cf1b5fd4e5d7ff0 (patch) | |
tree | 3219a60a47d285246bf8e3794bcbb5d6caf55355 | |
parent | aac20cc0e86f9f563bc74c42e9b9c598dfe271da (diff) | |
parent | 3ed21ff5df781c947aebcf1d602269b1206116e3 (diff) | |
download | go-git-3895dfa31c54adf83fdaffd90cf1b5fd4e5d7ff0.tar.gz |
Merge pull request #1235 from jmahler/master
fix broken link (s/ftp/https/)
-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 |