Skip to content

Commit 8dfc21b

Browse files
committed
Auto merge of #4249 - matthiaskrgr:license_url, r=phansch
readme: fix urls in the license The ">" at the end was detected as part of the url and caused it to 404. changelog: none
2 parents be3d6cf + 1bd081c commit 8dfc21b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ If you want to contribute to Clippy, you can find more information in [CONTRIBUT
171171
Copyright 2014-2019 The Rust Project Developers
172172

173173
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
174-
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
175-
<LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
174+
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)> or the MIT license
175+
<LICENSE-MIT or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)>, at your
176176
option. All files in the project carrying such notice may not be
177177
copied, modified, or distributed except according to those terms.

0 commit comments

Comments
 (0)