Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 3895dfa

Browse files
authored
Merge pull request #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

config/config.go

Lines changed: 1 addition & 1 deletion
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)