Skip to content

Commit d6d222c

Browse files
Update html_root_url to point to version 0.3 (#2390)
1 parent 7702823 commit d6d222c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/web-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! API, and APIs should mention in the documentation what features they
1212
//! require.
1313
14-
#![doc(html_root_url = "https://docs.rs/web-sys/0.2")]
14+
#![doc(html_root_url = "https://docs.rs/web-sys/0.3")]
1515
#![allow(deprecated)]
1616

1717
mod features;

0 commit comments

Comments
 (0)