From 08b9e5b5c3eddbc948cc9952783c1925b90ed9e0 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 18 Jul 2022 11:03:36 +0200 Subject: Fix dead link in docs --- src/construct/character_reference.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/construct/character_reference.rs') diff --git a/src/construct/character_reference.rs b/src/construct/character_reference.rs index 4f2505d..2bfed45 100644 --- a/src/construct/character_reference.rs +++ b/src/construct/character_reference.rs @@ -37,7 +37,7 @@ //! but does affect whether they match. //! Depending on the name, one or more cases are allowed, such as that `AMP` //! and `amp` are both allowed but other cases are not. -//! See [`CHARACTER_REFERENCE_NAMES`][character_reference_names] for which +//! See [`CHARACTER_REFERENCES`][character_references] for which //! names match. //! //! ## Tokens @@ -58,7 +58,7 @@ //! [text]: crate::content::text //! [character_escape]: crate::construct::character_reference //! [decode_numeric]: crate::util::decode_character_reference::decode_numeric -//! [character_reference_names]: crate::constant::CHARACTER_REFERENCE_NAMES +//! [character_references]: crate::constant::CHARACTER_REFERENCES //! [html]: https://html.spec.whatwg.org/multipage/parsing.html#character-reference-state use crate::constant::{ -- cgit