summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-07-08 10:37:13 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-07-08 16:48:03 +0900
commitaacedf0bfbb4793df8721eae0c36544694a8a5f3 (patch)
tree09cc00ac0d5639d75df1a13cfab8f93ad01a8752 /README.md
parent62ccff696e5b095198ffb031d56403a1ed65cd2e (diff)
downloadrust-libc-aacedf0bfbb4793df8721eae0c36544694a8a5f3.tar.gz
Tweak building documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d4f6ab9ec8..31bb4e8e18 100644
--- a/README.md
+++ b/README.md
@@ -70,10 +70,10 @@ platforms in which `libc` tests are run.
This project is licensed under either of
* [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
- ([LICENSE-APACHE](LICENSE-APACHE))
+ ([LICENSE-APACHE](https://github.com/rust-lang/libc/blob/master/LICENSE-APACHE))
* [MIT License](https://opensource.org/licenses/MIT)
- ([LICENSE-MIT](LICENSE-MIT))
+ ([LICENSE-MIT](https://github.com/rust-lang/libc/blob/master/LICENSE-MIT))
at your option.
@@ -82,7 +82,7 @@ at your option.
We welcome all people who want to contribute. Please see the [contributing
instructions] for more information.
-[contributing instructions]: CONTRIBUTING.md
+[contributing instructions]: https://github.com/rust-lang/libc/blob/master/CONTRIBUTING.md
Contributions in any form (issues, pull requests, etc.) to this project
must adhere to Rust's [Code of Conduct].