Skip to content

Commit

Permalink
Merge pull request FiloSottile#52 from flaviamissi/fix-broken-link-an…
Browse files Browse the repository at this point in the history
…chor

Fix shortened url typo
  • Loading branch information
FiloSottile committed May 18, 2016
2 parents 05c4492 + 21296b7 commit a050c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbvendor/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func ReadManifest(path string) (*Manifest, error) {
for _, d := range deps {
if err := m.AddDependency(d); err == DepPresent {
log.Println("WARNING: overlapping dependency detected:", d.Importpath)
log.Println("The subpackage will be ignored to fix undefined behavior. See https://git.io/vwK4B")
log.Println("The subpackage will be ignored to fix undefined behavior. See https://git.io/vr8Mu")
} else if err != nil {
return nil, err
}
Expand Down

0 comments on commit a050c66

Please sign in to comment.