Skip to content

Commit cf6508b

Browse files
authored
Remove links to rust-random.github.io/rand (#42)
1 parent afb2b28 commit cf6508b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Fixes
2020
- Fix `Geometric::new` for small `p > 0` where `1 - p` rounds to 1 (#36)
21+
- Use `direct-minimal-versions` (#38)
2122
- Fix panic in `FisherF::new` on almost zero parameters (#39)
2223
- Fix panic in `NormalInverseGaussian::new` with very large `alpha`; this is a Value-breaking change (#40)
2324

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ can be enabled. (Note that any other crate depending on `num-traits` with the
4444

4545

4646
[statrs]: https://github.com/statrs-dev/statrs
47-
[rand::distr]: https://rust-random.github.io/rand/rand/distr/index.html
47+
[rand::distr]: https://docs.rs/rand/latest/rand/distr/index.html
4848

4949
## Old Issues and Pull Requests
5050

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
#![doc(
1010
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
11-
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
12-
html_root_url = "https://rust-random.github.io/rand/"
11+
html_favicon_url = "https://www.rust-lang.org/favicon.ico"
1312
)]
1413
#![forbid(unsafe_code)]
1514
#![deny(missing_docs)]

0 commit comments

Comments
 (0)