We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2412d3c + 027c479 commit 11ebb59Copy full SHA for 11ebb59
src/tools/linkchecker/main.rs
@@ -6,8 +6,10 @@
6
//! script is to check all relative links in our documentation to make sure they
7
//! actually point to a valid place.
8
//!
9
-//! Currently this doesn't actually do any HTML parsing or anything fancy like
10
-//! that, it just has a simple "regex" to search for `href` and `id` tags.
+//! Currently uses a combination of HTML parsing to
+//! extract the `href` and `id` attributes,
11
+//! and regex search on the orignal markdown to handle intra-doc links.
12
+//!
13
//! These values are then translated to file URLs if possible and then the
14
//! destination is asserted to exist.
15
0 commit comments