diff options
author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-07-08 10:37:13 +0900 |
---|---|---|
committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-07-08 16:48:03 +0900 |
commit | aacedf0bfbb4793df8721eae0c36544694a8a5f3 (patch) | |
tree | 09cc00ac0d5639d75df1a13cfab8f93ad01a8752 /README.md | |
parent | 62ccff696e5b095198ffb031d56403a1ed65cd2e (diff) | |
download | rust-libc-aacedf0bfbb4793df8721eae0c36544694a8a5f3.tar.gz |
Tweak building documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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]. |