diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-18 16:54:43 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-08-19 13:41:55 +0200 |
commit | 4682f104ea24fc257c22dc12db1a3dad1323662a (patch) | |
tree | 8815652555207038cc0837f25b9ef35068bbc16a /src/emitter.rs | |
parent | 0c495ba984436cccc6caeed66639a2b61095dbad (diff) |
docs: link multipage version of HTML spec
Diffstat (limited to 'src/emitter.rs')
-rw-r--r-- | src/emitter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emitter.rs b/src/emitter.rs index 4fc2159..d1180a5 100644 --- a/src/emitter.rs +++ b/src/emitter.rs @@ -521,7 +521,7 @@ impl<O: Offset> Comment<O> { pub struct Doctype<O> { /// The [force-quirks flag]. /// - /// [force-quirks flag]: https://html.spec.whatwg.org/#force-quirks-flag + /// [force-quirks flag]: https://html.spec.whatwg.org/multipage/parsing.html#force-quirks-flag pub force_quirks: bool, /// The doctype's name. For HTML documents this is "html". |