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

Commit

Permalink
Merge pull request #1235 from jmahler/master
Browse files Browse the repository at this point in the history
fix broken link (s/ftp/https/)
  • Loading branch information
mcuadros authored Nov 1, 2019
2 parents aac20cc + 3ed21ff commit 3895dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3895dfa

Please sign in to comment.