diff options
| author | bors <bors@rust-lang.org> | 2019-07-03 06:36:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-07-03 06:36:32 +0000 |
| commit | 8dfc21bbac59e3c7c7b5952843750e5f1d83afaf (patch) | |
| tree | 62c9c1f2b83e464ff329e714d25159f489d465ef | |
| parent | be3d6cfa339cad83b5a2a1a5915473890bd13c0b (diff) | |
| parent | 1bd081c600944bf0ea9a269b04815f968f2590b8 (diff) | |
| download | rust-8dfc21bbac59e3c7c7b5952843750e5f1d83afaf.tar.gz rust-8dfc21bbac59e3c7c7b5952843750e5f1d83afaf.zip | |
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
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index c1a25aa1300..24bda9bbef6 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ If you want to contribute to Clippy, you can find more information in [CONTRIBUT Copyright 2014-2019 The Rust Project Developers Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or -http://www.apache.org/licenses/LICENSE-2.0> or the MIT license -<LICENSE-MIT or http://opensource.org/licenses/MIT>, at your +[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)> or the MIT license +<LICENSE-MIT or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)>, at your option. All files in the project carrying such notice may not be copied, modified, or distributed except according to those terms. |
