Commit a8e0e05
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 article1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| 425 | + | |
0 commit comments