https://github.com/icelk/rustdoc-link-check
Discover broken Rust documentation links.
https://github.com/icelk/rustdoc-link-check
Last synced: 11 months ago
JSON representation
Discover broken Rust documentation links.
- Host: GitHub
- URL: https://github.com/icelk/rustdoc-link-check
- Owner: Icelk
- License: mit
- Created: 2021-11-27T10:07:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T23:03:03.000Z (over 2 years ago)
- Last Synced: 2025-06-06T08:03:47.956Z (about 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Rustdoc link check
Checks the codebase for broken links in the documentation.
## Inputs
### `private`
**Optional, default: `true`** Whether or not to check private items' doc links.
### `working-directory`
**Optional, default: `./`** The working directory to run `cargo doc` in.
## Example usage
```yaml
uses: Icelk/rustdoc-link-check@v2
with:
private: true
```