Skip to content

Commit db96080

Browse files
committed
minor #11540 Renamed an article that was still referring to Symfony2 (javiereguiluz)
This PR was squashed before being merged into the 3.4 branch (closes #11540). Discussion ---------- Renamed an article that was still referring to Symfony2 This recreates the #11528 PR which was lost during the recovery of a very serious merge problem we had in this repository. It was my fault, so I'm sorry! Commits ------- 7985280 Renamed an article that was still referring to Symfony2
2 parents 952eedb + 7985280 commit db96080

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

_build/redirection_map

+1
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,4 @@
364364
/contributing/code/patches /contributing/code/pull_requests
365365
/workflow/state-machines /workflow/introduction
366366
/workflow/usage /workflow
367+
/introduction/from_flat_php_to_symfony2 /introduction/from_flat_php_to_symfony

create_framework/http_foundation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ unit test for the above code::
7878

7979
If our application were just slightly bigger, we would have been able to
8080
find even more problems. If you are curious about them, read the
81-
:doc:`/introduction/from_flat_php_to_symfony2` chapter of the book.
81+
:doc:`/introduction/from_flat_php_to_symfony` chapter of the book.
8282

8383
At this point, if you are not convinced that security and testing are indeed
8484
two very good reasons to stop writing code the old way and adopt a framework

0 commit comments

Comments
 (0)