Skip to content

Commit

Permalink
fixed markup
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 12, 2014
1 parent d44e4a2 commit bf9c871
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion create_framework/02-http-foundation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ the wheel.
I've almost forgot to talk about one added benefit: using the HttpFoundation
component is the start of better interoperability between all frameworks and
applications using it (like `Symfony2`_, `Drupal 8`_, `phpBB 4`_, `ezPublish
5`, `Laravel`_, `Silex`_, and `more`_).
5`_, `Laravel`_, `Silex`_, and `more`_).

.. _`Twig`: http://twig.sensiolabs.com/
.. _`Symfony2 versus Flat PHP`: http://symfony.com/doc/current/book/from_flat_php_to_symfony2.html
Expand All @@ -321,6 +321,8 @@ applications using it (like `Symfony2`_, `Drupal 8`_, `phpBB 4`_, `ezPublish
.. _`Symfony2`: http://symfony.com/
.. _`Drupal 8`: http://drupal.org/
.. _`phpBB 4`: http://www.phpbb.com/
.. _`ezPublish 5`: http://ez.no/
.. _`Laravel`: http://laravel.com/
.. _`Silex`: http://silex.sensiolabs.org/
.. _`Midgard CMS`: http://www.midgard-project.org/
.. _`Zikula`: http://zikula.org/
Expand Down
2 changes: 1 addition & 1 deletion create_framework/03-front-controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ To access a page, you must now use the ``front.php`` script:

* ``http://127.0.0.1:4321/front.php/bye``

``/hello`` and ``/bye`` are the page *path*s.
``/hello`` and ``/bye`` are the page *paths*.

.. tip::

Expand Down

0 comments on commit bf9c871

Please sign in to comment.