diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2019-07-02 20:06:18 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2019-07-02 20:06:18 +0200 |
| commit | 1bd081c600944bf0ea9a269b04815f968f2590b8 (patch) | |
| tree | 62c9c1f2b83e464ff329e714d25159f489d465ef | |
| parent | be3d6cfa339cad83b5a2a1a5915473890bd13c0b (diff) | |
| download | rust-1bd081c600944bf0ea9a269b04815f968f2590b8.tar.gz rust-1bd081c600944bf0ea9a269b04815f968f2590b8.zip | |
readme: fix urls in the license
| -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. |
