Skip to content

readme: Fix several relative links for docs.rs #1627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025

Conversation

hashcatHitman
Copy link
Contributor

  • Added a CHANGELOG.md entry

Summary

Replaces relative links in the README with absolute links to the GitHub repository.

Motivation

Links that work are nice to have.

Details

The links to SECURITY.md, CHANGELOG, LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT have been changed from repo-relative links to absolute GitHub links, fixing issues with links not working on docs.rs. No new changelog entry was added, as per this comment.

Fixes #1610

- The links to [SECURITY.md], [CHANGELOG], [LICENSE-APACHE],
[LICENSE-MIT], and [COPYRIGHT] have been changed from repo-relative links to
absolute GitHub links, fixing issues with links not working on docs.rs.

[SECURITY.md]: https://github.com/rust-random/rand/blob/master/SECURITY.md
[CHANGELOG]: https://github.com/rust-random/rand/blob/master/CHANGELOG.md
[LICENSE-APACHE]: https://github.com/rust-random/rand/blob/master/LICENSE-APACHE
[LICENSE-MIT]: https://github.com/rust-random/rand/blob/master/LICENSE-MIT
[COPYRIGHT]: https://github.com/rust-random/rand/blob/master/COPYRIGHT
Copy link
Member

@dhardy dhardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR.

@dhardy dhardy merged commit f812984 into rust-random:master Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changelog link broken on docs.rs site
2 participants