aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-18 16:54:43 +0200
committerMartin Fischer <martin@push-f.com>2023-08-19 13:41:55 +0200
commit4682f104ea24fc257c22dc12db1a3dad1323662a (patch)
tree8815652555207038cc0837f25b9ef35068bbc16a /src/error.rs
parent0c495ba984436cccc6caeed66639a2b61095dbad (diff)
docs: link multipage version of HTML spec
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs
index 401937b..3ba8f63 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -4,7 +4,7 @@ macro_rules! impl_error {
)*) => {
/// All [parse errors] this tokenizer can emit.
///
- /// [parse errors]: https://html.spec.whatwg.org/#parse-errors
+ /// [parse errors]: https://html.spec.whatwg.org/multipage/parsing.html#parse-errors
#[derive(Debug, Eq, PartialEq)]
pub enum Error {
$(