Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 38296ea

Browse files
committedDec 28, 2020
minor #14753 Added redirections to specific anchors for removed Templating articles (wouterj)
This PR was merged into the 4.4 branch. Discussion ---------- Added redirections to specific anchors for removed Templating articles If I'm correct, @javiereguiluz implemented this redirection feature last year on my request. Let's use it! (if this works, we can do the same for other restructured guides) Commits ------- 136b2aa Added redirections to specific anchors for removed Templating articles
2 parents 155df95 + 136b2aa commit 38296ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎_build/redirection_map

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -448,15 +448,15 @@
448448
/reference/requirements /setup
449449
/bundles/inheritance /bundles/override
450450
/templating /templates
451-
/templating/escaping /templates
452-
/templating/syntax /templates
453-
/templating/debug /templates
454-
/templating/render_without_controller /templates
455-
/templating/app_variable /templates
451+
/templating/escaping /templates#output-escaping
452+
/templating/syntax /templates#linting-twig-templates
453+
/templating/debug /templates#the-dump-twig-utilities
454+
/templating/render_without_controller /templates#rendering-a-template-directly-from-a-route
455+
/templating/app_variable /templates#the-app-global-variable
456456
/templating/formats /templates
457-
/templating/namespaced_paths /templates
458-
/templating/embedding_controllers /templates
459-
/templating/inheritance /templates
457+
/templating/namespaced_paths /templates#template-namespaces
458+
/templating/embedding_controllers /templates#embedding-controllers
459+
/templating/inheritance /templates#template-inheritance-and-layouts
460460
/testing/doctrine /testing/database
461461
/doctrine/lifecycle_callbacks /doctrine/events
462462
/doctrine/event_listeners_subscribers /doctrine/events

0 commit comments

Comments
 (0)
Failed to load comments.