From e169f45e1af0f5afb82edee9de4e1c1930227ee8 Mon Sep 17 00:00:00 2001 From: Brendan McLoughlin Date: Mon, 6 Jan 2020 12:47:33 -0500 Subject: [PATCH] Update the link to the js_sys Reflect API docs (#1936) --- .../src/reference/accessing-properties-of-untyped-js-values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/reference/accessing-properties-of-untyped-js-values.md b/guide/src/reference/accessing-properties-of-untyped-js-values.md index 4b4f0aa9..e79a086a 100644 --- a/guide/src/reference/accessing-properties-of-untyped-js-values.md +++ b/guide/src/reference/accessing-properties-of-untyped-js-values.md @@ -78,5 +78,5 @@ if (property_key in target) { See [the `js_sys::Reflect` API documentation][js-sys-reflect] for the full listing of JavaScript value reflection and introspection capabilities. -[js-sys-reflect]: https://rustwasm.github.io/wasm-bindgen/api/js_sys/struct.Reflect.html +[js-sys-reflect]: https://docs.rs/js-sys/latest/js_sys/Reflect/index.html [mdn-reflect]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect