Skip to content

Commit a8e0e05

Browse files
committed
minor #11785 Added a missing redirection for a deleted article (javiereguiluz)
This PR was merged into the 4.2 branch. Discussion ---------- Added a missing redirection for a deleted article @linaori reported on Symfony Slack that some Google result has a link to https://symfony.com/doc/4.1/profiler/storage.html, which no longer exists (it existed in 3.4 and before). Apparently we forgot to add the redirection when we removed this page. We can't fix 4.1 (because that branch is no longer supported), but at least we can fix it in 4.2 and later. Commits ------- f0a565d Added a missing redirection for a deleted article
2 parents c883af1 + f0a565d commit a8e0e05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_build/redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,3 +422,4 @@
422422
/configuration/environments /configuration
423423
/configuration/configuration_organization /configuration
424424
/contributing/community/other /contributing/community
425+
/profiler/storage /profiler

0 commit comments

Comments
 (0)