Skip to content

Commit c2e02c3

Browse files
committed
Fix broken WasmWasi documentation link
1 parent c483847 commit c2e02c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • library/crypto-rand/src/commonMain/kotlin/org/kotlincrypto/random

library/crypto-rand/src/commonMain/kotlin/org/kotlincrypto/random/CryptoRand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public abstract class CryptoRand @DelicateCryptoRandApi protected constructor()
5252
* - WasmJs:
5353
* - Browser: [Crypto.getRandomValues()](https://developer.mozilla.org/docs/Web/API/Crypto/getRandomValues)
5454
* - Node: [Crypto.randomFillSync()](https://nodejs.org/api/crypto.html#cryptorandomfillsyncbuffer-offset-size)
55-
* - WasmWasi: [random_get](https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md#random_get)
55+
* - WasmWasi: [random_get](https://github.com/WebAssembly/WASI/blob/wasi-0.1/preview1/docs.md#random_get)
5656
* - Native:
5757
* - Linux & Android Native targets: [getrandom(2)](https://www.man7.org/linux/man-pages/man2/getrandom.2.html)
5858
* when available (Linux Kernel 3.17+ & Android API 26+), with a fallback to reading from `/dev/urandom` after

0 commit comments

Comments
 (0)