about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-07-03 06:36:32 +0000
committerbors <bors@rust-lang.org>2019-07-03 06:36:32 +0000
commit8dfc21bbac59e3c7c7b5952843750e5f1d83afaf (patch)
tree62c9c1f2b83e464ff329e714d25159f489d465ef
parentbe3d6cfa339cad83b5a2a1a5915473890bd13c0b (diff)
parent1bd081c600944bf0ea9a269b04815f968f2590b8 (diff)
downloadrust-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.md4
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.