Skip to content

Commit e169f45

Browse files
bmacalexcrichton
authored andcommitted
Update the link to the js_sys Reflect API docs (#1936)
1 parent aab99fe commit e169f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/reference/accessing-properties-of-untyped-js-values.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ if (property_key in target) {
7878
See [the `js_sys::Reflect` API documentation][js-sys-reflect] for the full
7979
listing of JavaScript value reflection and introspection capabilities.
8080

81-
[js-sys-reflect]: https://rustwasm.github.io/wasm-bindgen/api/js_sys/struct.Reflect.html
81+
[js-sys-reflect]: https://docs.rs/js-sys/latest/js_sys/Reflect/index.html
8282
[mdn-reflect]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect

0 commit comments

Comments
 (0)