Skip to content

Commit cac9971

Browse files
authored
Fix badge url (#4526)
* Fix badge url * Use URI encoding
1 parent 70fc9bc commit cac9971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ There are a lot of open issues on the backlog for those interested in hacking on
125125

126126
Here are some good starting issues:
127127

128-
[![GitHub good-first-issue](https://img.shields.io/github/issues/rust-lang/rustfmt/good%20first%20issue?style=flat-square)](https://github.com/rust-lang/rustfmt/issues?q=is%3Aopen+is%3Aissue+label%3Agood%20first%20issue)
129-
[![GitHub help-wanted](https://img.shields.io/github/issues/rust-lang/rustfmt/help%20wanted?style=flat-square)](https://github.com/rust-lang/rustfmt/issues?q=is%3Aopen+is%3Aissue+label%3Ahelp-wanted)
128+
[![GitHub good-first-issue](https://img.shields.io/github/issues/rust-lang/rustfmt/good%20first%20issue?style=flat-square)](https://github.com/rust-lang/rustfmt/issues?q=is%3Aopen+is%3Aissue+label%3A%22good%20first%20issue%22)
129+
[![GitHub help-wanted](https://img.shields.io/github/issues/rust-lang/rustfmt/help%20wanted?style=flat-square)](https://github.com/rust-lang/rustfmt/issues?q=is%3Aopen+is%3Aissue+label%3A%22help%20wanted%22)
130130

131131

132132
If you've found areas which need polish and don't have issues, please submit a

0 commit comments

Comments
 (0)