]> git.proxmox.com Git - cargo.git/blobdiff - README.md
Warn if an "all" target is specified, but we don't match anything
[cargo.git] / README.md
index a36409525978b3b7c0f08c29398541ad8428bf53..6eed7578eb7244ee74d89cc3a99043d120ff609b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -66,15 +66,17 @@ Please report all issues on the GitHub [issue tracker][issues].
 
 ## Contributing
 
-See [CONTRIBUTING.md](CONTRIBUTING.md). You may also find the architecture
-documentation useful ([ARCHITECTURE.md](ARCHITECTURE.md)).
+See the **[Cargo Contributor Guide]** for a complete introduction
+to contributing to Cargo.
+
+[Cargo Contributor Guide]: https://rust-lang.github.io/cargo/contrib/
 
 ## License
 
 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 +87,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