Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Commits
dda85056
Commit
dda85056
authored
6 years ago
by
gnzlbg
Browse files
Options
Downloads
Patches
Plain Diff
Fix broken links in README
parent
cd49efc9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-5
7 additions, 5 deletions
README.md
ci/dox.sh
+3
-0
3 additions, 0 deletions
ci/dox.sh
with
10 additions
and
5 deletions
README.md
+
7
−
5
View file @
dda85056
...
...
@@ -51,11 +51,13 @@ newer Rust features are only available on newer Rust toolchains:
## Platform support
[
Platform-specific documentation
of libc's
master branch
for all supported platforms
][
docs.master
]
.
[
Platform-specific documentation
(
master branch
)
][
docs.master
]
.
See
[
`ci/build.sh`
](
ci/build.sh
)
for the platforms on which
`libc`
is
guaranteed to build for each Rust toolchain. The test-matrix at [Travis-CI],
[Appveyor], and [Cirrus-CI] show the platforms in which
`libc`
tests are run.
See
[
`ci/build.sh`
](
https://github.com/rust-lang/libc/blob/master/libc-test/build.rs
)
for the platforms on which
`libc`
is guaranteed to build for each Rust
toolchain. The test-matrix at [Travis-CI], [Appveyor], and [Cirrus-CI] show the
platforms in which
`libc`
tests are run.
<div
class=
"platform_docs"
></div>
...
...
@@ -98,4 +100,4 @@ dual licensed as above, without any additional terms or conditions.
[
Documentation
]:
https://docs.rs/libc/badge.svg
[
docs.rs
]:
https://docs.rs/libc
[
License
]:
https://img.shields.io/crates/l/libc.svg
[
docs.master
]:
https://rust-lang.github.io/libc
[
docs.master
]:
https://rust-lang.github.io/libc
/#platform-specific-documentation
This diff is collapsed.
Click to expand it.
ci/dox.sh
+
3
−
0
View file @
dda85056
...
...
@@ -59,6 +59,9 @@ set +x
{
head
-n
"
$((
line-1
))
"
$README
;
cat
$PLATFORM_SUPPORT
;
tail
-n
"+
$((
line+1
))
"
$README
;
}
>
$TARGET_DOC_DIR
/
$README
set
-x
# Copy the licenses
cp
LICENSE-
*
$TARGET_DOC_DIR
/
# If we're on travis, not a PR, and on the right branch, publish!
if
[
"
$TRAVIS_PULL_REQUEST
"
=
"false"
]
&&
[
"
$TRAVIS_BRANCH
"
=
"master"
]
;
then
pip
install
ghp_import
--install-option
=
"--prefix=
$HOME
/.local"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment