Skip to content

Commit d18a88f

Browse files
committed
Added a redirection for a renamed article
1 parent d2d46c8 commit d18a88f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_build/redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,3 +416,4 @@
416416
/contributing/code/patches /contributing/code/pull_requests
417417
/workflow/state-machines /workflow/introduction
418418
/workflow/usage /workflow
419+
/introduction/from_flat_php_to_symfony2 /introduction/from_flat_php_to_symfony

introduction/from_flat_php_to_symfony.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. index::
22
single: Symfony versus Flat PHP
33

4-
.. _symfony-versus-flat-php:
4+
.. _symfony2-versus-flat-php:
55

66
Symfony versus Flat PHP
77
=======================
@@ -523,7 +523,7 @@ allowing HTTP headers and content to be added via an object-oriented interface.
523523
And while the responses in this application are simple, this flexibility
524524
will pay dividends as your application grows.
525525

526-
.. _the-sample-application-in-symfony:
526+
.. _the-sample-application-in-symfony2:
527527

528528
The Sample Application in Symfony
529529
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)