Skip to content

Commit 71dfa1c

Browse files
authored
fix(macro): fix bad "initial value" link (#214)
fix(css_info): fix bad "initial value" link
1 parent aa052e1 commit 71dfa1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rari-doc/src/helpers/css_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ pub fn css_inherited(locale: Locale) -> Result<String, DocError> {
329329
pub fn css_initial(locale: Locale) -> Result<String, DocError> {
330330
let copy = l10n_json_data("Template", "xref_cssinitial", locale)?;
331331
RariApi::link(
332-
"Web/CSS/CSS_cascade/Value_processing#initial_value",
332+
"/Web/CSS/CSS_cascade/Value_processing#initial_value",
333333
locale,
334334
Some(copy),
335335
false,

0 commit comments

Comments
 (0)