Skip to content

Commit ffe2fed

Browse files
committed
Auto merge of #1559 - atouchet:readme, r=gnzlbg
Minor Readme update
2 parents a13ad69 + 284184d commit ffe2fed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Azure Status]][Azure] [![Cirrus-CI Status]][Cirrus-CI] [![Latest Version]][crates.io] [![Documentation]][docs.rs] ![License]
1+
[![Azure Status]][Azure] [![Cirrus CI Status]][Cirrus CI] [![Latest Version]][crates.io] [![Documentation]][docs.rs] ![License]
22

33
libc - Raw FFI bindings to platforms' system libraries
44
====
@@ -47,9 +47,9 @@ newer Rust features are only available on newer Rust toolchains:
4747
| `union` | 1.19.0 |
4848
| `const mem::size_of` | 1.24.0 |
4949
| `repr(align)` | 1.25.0 |
50-
| `extra_traits` | 1.25.0 |
50+
| `extra_traits` | 1.25.0 |
5151
| `core::ffi::c_void` | 1.30.0 |
52-
| `repr(packed(N))` | 1.33.0 |
52+
| `repr(packed(N))` | 1.33.0 |
5353

5454
## Platform support
5555

@@ -58,7 +58,7 @@ newer Rust features are only available on newer Rust toolchains:
5858
See
5959
[`ci/build.sh`](https://github.com/rust-lang/libc/blob/master/ci/build.sh)
6060
for the platforms on which `libc` is guaranteed to build for each Rust
61-
toolchain. The test-matrix at [Azure] and [Cirrus-CI] show the
61+
toolchain. The test-matrix at [Azure] and [Cirrus CI] show the
6262
platforms in which `libc` tests are run.
6363

6464
<div class="platform_docs"></div>
@@ -67,10 +67,10 @@ platforms in which `libc` tests are run.
6767

6868
This project is licensed under either of
6969

70-
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
70+
* [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
7171
([LICENSE-APACHE](LICENSE-APACHE))
7272

73-
* [MIT License](http://opensource.org/licenses/MIT)
73+
* [MIT License](https://opensource.org/licenses/MIT)
7474
([LICENSE-MIT](LICENSE-MIT))
7575

7676
at your option.
@@ -85,16 +85,16 @@ instructions] for more information.
8585
Contributions in any form (issues, pull requests, etc.) to this project
8686
must adhere to Rust's [Code of Conduct].
8787

88-
[Code of Conduct]: https://www.rust-lang.org/en-US/conduct.html
88+
[Code of Conduct]: https://www.rust-lang.org/policies/code-of-conduct
8989

9090
Unless you explicitly state otherwise, any contribution intentionally submitted
9191
for inclusion in `libc` by you, as defined in the Apache-2.0 license, shall be
9292
dual licensed as above, without any additional terms or conditions.
9393

9494
[Azure Status]: https://dev.azure.com/rust-lang2/libc/_apis/build/status/rust-lang.libc?branchName=master
9595
[Azure]: https://dev.azure.com/rust-lang2/libc/_build/latest?definitionId=1&branchName=master
96-
[Cirrus-CI]: https://cirrus-ci.com/github/rust-lang/libc
97-
[Cirrus-CI Status]: https://api.cirrus-ci.com/github/rust-lang/libc.svg
96+
[Cirrus CI]: https://cirrus-ci.com/github/rust-lang/libc
97+
[Cirrus CI Status]: https://api.cirrus-ci.com/github/rust-lang/libc.svg
9898
[crates.io]: https://crates.io/crates/libc
9999
[Latest Version]: https://img.shields.io/crates/v/libc.svg
100100
[Documentation]: https://docs.rs/libc/badge.svg

0 commit comments

Comments
 (0)