Auto merge of #7652 - giraffate:change_texts_to_links_in_readme, r=ehuss

Change some texts to links in README

Change some texts below to links in README like any others.
- LICENSE-APACHE
- LICENSE-MIT
- LICENSE-THIRD-PARTY
This commit is contained in:
bors 2019-12-03 16:53:04 +00:00
commit 626f0f40ef

View File

@ -74,7 +74,7 @@ documentation useful ([ARCHITECTURE.md](ARCHITECTURE.md)).
Cargo is primarily distributed under the terms of both the MIT license
and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.
### Third party software
@ -85,7 +85,7 @@ In binary form, this product includes software that is licensed under the
terms of the GNU General Public License, version 2, with a linking exception,
which can be obtained from the [upstream repository][1].
See LICENSE-THIRD-PARTY for details.
See [LICENSE-THIRD-PARTY](LICENSE-THIRD-PARTY) for details.
[1]: https://github.com/libgit2/libgit2