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

Commit efd428f

Browse files
authored
Merge pull request #1281 from budougumi0617/fix-unresoleved-link-in-markdown
Fix unresolved link in CONTRIBUTING.md
2 parents 33bda2f + f58fe58 commit efd428f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html
3030
before sending patches.
3131

3232
The
33-
[help wanted](https://github.com/golang/dep/issues?q=is%3Aissue+is%3Aopen+label%3Ahelp wanted)
33+
[help wanted](https://github.com/golang/dep/issues?q=is%3Aissue+is%3Aopen+label%3A%22help%20wanted%22)
3434
label highlights issues that are well-suited for folks to jump in on. The
35-
[good first issue](https://github.com/golang/dep/issues?q=is%3Aissue+is%3Aopen+label%3Agood first issue)
35+
[good first issue](https://github.com/golang/dep/issues?q=is%3Aissue+is%3Aopen+label%3A%22good%20first%20issue%22)
3636
label further identifies issues that are particularly well-sized for newcomers.
3737

3838
Unless otherwise noted, the `dep` source files are distributed under

0 commit comments

Comments
 (0)