@@ -305,7 +305,7 @@ pub fn get_for_locale(locale: Locale, lookup: &Value) -> &Value {
305
305
pub fn css_computed ( locale : Locale ) -> Result < String , DocError > {
306
306
let copy = l10n_json_data ( "Template" , "xref_csscomputed" , locale) ?;
307
307
RariApi :: link (
308
- "/Web/CSS/computed_value" ,
308
+ "/Web/CSS/CSS_cascade/ computed_value" ,
309
309
locale,
310
310
Some ( copy) ,
311
311
false ,
@@ -317,7 +317,7 @@ pub fn css_computed(locale: Locale) -> Result<String, DocError> {
317
317
pub fn css_inherited ( locale : Locale ) -> Result < String , DocError > {
318
318
let copy = l10n_json_data ( "Template" , "xref_cssinherited" , locale) ?;
319
319
RariApi :: link (
320
- "/Web/CSS/inheritance " ,
320
+ "/Web/CSS/CSS_cascade/Inheritance " ,
321
321
locale,
322
322
Some ( copy) ,
323
323
false ,
@@ -329,7 +329,7 @@ pub fn css_inherited(locale: Locale) -> Result<String, DocError> {
329
329
pub fn css_initial ( locale : Locale ) -> Result < String , DocError > {
330
330
let copy = l10n_json_data ( "Template" , "xref_cssinitial" , locale) ?;
331
331
RariApi :: link (
332
- "/Web/CSS/initial_value" ,
332
+ "/Web/CSS/CSS_cascade/ initial_value" ,
333
333
locale,
334
334
Some ( copy) ,
335
335
false ,
0 commit comments