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

Commit 8b43843

Browse files
authored
Merge pull request #1582 from breml/patch-1
Fix broken link to gopkg.toml.md
2 parents ad20f95 + cb26c6b commit 8b43843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/daily-dep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Only if it is the first/last import of a project being added/removed - cases 3 a
101101

102102
### Rule changes in `Gopkg.toml`
103103

104-
`Gopkg.toml` files contain five basic types of rules. The [`Gopkg.toml` docs](#gopkg.toml.md) explain them in detail, but here's an overview:
104+
`Gopkg.toml` files contain five basic types of rules. The [`Gopkg.toml` docs](gopkg.toml.md) explain them in detail, but here's an overview:
105105

106106
* `required`, which are mostly equivalent to `import` statements in `.go` files, except that it's OK to list a `main` package here
107107
* `ignored`, which causes dep to black hole an import path (and any imports it uniquely introduces)

0 commit comments

Comments
 (0)