Skip to content

Commit 0b71d50

Browse files
authored
Fix link to wasm-bindgen (rust-random#278)
1 parent 9a64857 commit 0b71d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
//! that you are building for an environment containing JavaScript, and will
7373
//! call the appropriate methods. Both web browser (main window and Web Workers)
7474
//! and Node.js environments are supported, invoking the methods
75-
//! [described above](#supported-targets) using the
76-
//! [wasm-bindgen](https://github.com/rust-lang/rust-bindgen) toolchain.
75+
//! [described above](#supported-targets) using the [`wasm-bindgen`] toolchain.
7776
//!
7877
//! This feature has no effect on targets other than `wasm32-unknown-unknown`.
7978
//!
@@ -154,6 +153,7 @@
154153
//! [`esp_fill_random`]: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/random.html#_CPPv415esp_fill_randomPv6size_t
155154
//! [`random_get`]: https://github.com/WebAssembly/WASI/blob/main/phases/snapshot/docs.md#-random_getbuf-pointeru8-buf_len-size---errno
156155
//! [WebAssembly support]: #webassembly-support
156+
//! [`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen
157157
158158
#![doc(
159159
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",

0 commit comments

Comments
 (0)