Skip to content

Commit afaebbd

Browse files
committed
Say goodbye to GH Pages in favor of docs.rs
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 0d6554f commit afaebbd

File tree

4 files changed

+1
-125
lines changed

4 files changed

+1
-125
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ newer Rust features are only available on newer Rust toolchains:
6060

6161
## Platform support
6262

63-
[Platform-specific documentation (HEAD)][docs.head].
63+
You can see the platform(target)-specific docs on [docs.rs], select a platform you want to see.
6464

6565
See
6666
[`ci/build.sh`](https://github.com/rust-lang/libc/blob/HEAD/ci/build.sh)
@@ -107,4 +107,3 @@ dual licensed as above, without any additional terms or conditions.
107107
[Documentation]: https://docs.rs/libc/badge.svg
108108
[docs.rs]: https://docs.rs/libc
109109
[License]: https://img.shields.io/crates/l/libc.svg
110-
[docs.head]: https://rust-lang.github.io/libc/#platform-specific-documentation

ci/dox.sh

Lines changed: 0 additions & 82 deletions
This file was deleted.

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
//! libc - Raw FFI bindings to platforms' system libraries
2-
//!
3-
//! [Documentation for other platforms][pd].
4-
//!
5-
//! [pd]: https://rust-lang.github.io/libc/#platform-specific-documentation
62
#![crate_name = "libc"]
73
#![crate_type = "rlib"]
84
#![allow(

0 commit comments

Comments
 (0)