Skip to content

Commit 3ed21ff

Browse files
committed
fix broken link (s/ftp/https/)
Signed-off-by: Jeremiah Mahler <[email protected]>
1 parent aac20cc commit 3ed21ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
)
3434

3535
// Config contains the repository configuration
36-
// ftp://www.kernel.org/pub/software/scm/git/docs/git-config.html#FILES
36+
// https://www.kernel.org/pub/software/scm/git/docs/git-config.html#FILES
3737
type Config struct {
3838
Core struct {
3939
// IsBare if true this repository is assumed to be bare and has no

0 commit comments

Comments
 (0)