Skip to content

Commit 26f2f88

Browse files
committed
Fix wrong redirections
1 parent de9840b commit 26f2f88

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

redirection_map

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -272,15 +272,15 @@
272272
/components/routing/index /components/routing
273273
/components/routing/introduction /components/routing
274274
/components/routing/hostname_pattern /routing/hostname_pattern
275-
/components/security/introduction /routing/security
276-
/components/security/index /routing/security
277-
/components/templating/introduction /routing/templating
278-
/components/templating/index /routing/templating
279-
/components/templating/helpers/assetshelper /routing/templating/assetshelper
280-
/components/templating/helpers/slotshelper /routing/templating/slotshelper
281-
/components/translation/introduction /routing/translation
282-
/components/translation/index /routing/translation
283-
/components/var_dumper/introduction /routing/var_dumper
284-
/components/var_dumper/index /routing/var_dumper
285-
/components/yaml/introduction /routing/yaml
286-
/components/yaml/index /routing/yaml
275+
/components/security/introduction /components/security
276+
/components/security/index /components/security
277+
/components/templating/introduction /components/templating
278+
/components/templating/index /components/templating
279+
/components/templating/helpers/assetshelper /components/templating/assetshelper
280+
/components/templating/helpers/slotshelper /components/templating/slotshelper
281+
/components/translation/introduction /components/translation
282+
/components/translation/index /components/translation
283+
/components/var_dumper/introduction /components/var_dumper
284+
/components/var_dumper/index /components/var_dumper
285+
/components/yaml/introduction /components/yaml
286+
/components/yaml/index /components/yaml

0 commit comments

Comments
 (0)