Skip to content

Commit 268e491

Browse files
authored
Unrolled build for #153052
Rollup merge of #153052 - DanielEScherzer:patch-2, r=joboet std random.rs: update link to RTEMS docs The old URL with `master` resulted in a 404 error - use `main` instead.
2 parents 38c0de8 + 78ea999 commit 268e491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/std/src/random.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ use crate::sys::random as sys;
3737
/// Horizon, Cygwin | `getrandom`
3838
/// AIX, Hurd, L4Re, QNX | `/dev/urandom`
3939
/// Redox | `/scheme/rand`
40-
/// RTEMS | [`arc4random_buf`](https://docs.rtems.org/branches/master/bsp-howto/getentropy.html)
40+
/// RTEMS | [`arc4random_buf`](https://docs.rtems.org/branches/main/bsp-howto/getentropy.html)
4141
/// SGX | [`rdrand`](https://en.wikipedia.org/wiki/RDRAND)
4242
/// SOLID | `SOLID_RNG_SampleRandomBytes`
4343
/// TEEOS | `TEE_GenerateRandom`

0 commit comments

Comments
 (0)