]> git.lizzy.rs Git - rust.git/commitdiff
Link README to license & copyright files
authorDaniel Lobato García <elobatocs@gmail.com>
Sun, 8 Mar 2015 21:37:23 +0000 (23:37 +0200)
committerDaniel Lobato García <elobatocs@gmail.com>
Sun, 8 Mar 2015 21:37:23 +0000 (23:37 +0200)
A minor change to avoid making the reader think 'where is this'.

README.md

index c88c237cbee896985663697ed030b018393d8e89..93f0daa7141f575fd5563643a1514b47fc1a0607 100644 (file)
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ The Rust community congregates in a few places:
 
 ## Contributing
 
-To contribute to Rust, please see [CONTRIBUTING.md](CONTRIBUTING.md).
+To contribute to Rust, please see [CONTRIBUTING](CONTRIBUTING.md).
 
 Rust has an [IRC] culture and most real-time collaboration happens in a
 variety of channels on Mozilla's IRC network, irc.mozilla.org. The
@@ -131,4 +131,4 @@ Rust is primarily distributed under the terms of both the MIT license
 and the Apache License (Version 2.0), with portions covered by various
 BSD-like licenses.
 
-See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.
+See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT), and [COPYRIGHT](COPYRIGHT) for details.