Skip to content

Commit 3895dfa

Browse files
authored
Merge pull request go-git#1235 from jmahler/master
fix broken link (s/ftp/https/)
2 parents aac20cc + 3ed21ff commit 3895dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)