Skip to content

Commit

Permalink
Update Routes in the Getting Started documentation
Browse files Browse the repository at this point in the history
The @routes in the  "Actions and Controllers" and "Routes" sections of the Getting Started documentation are outdated it seems.

I have just created a new project and it wasn't quite right. Of course you can still make sense of it but needs correcting.
  • Loading branch information
BT643 committed May 16, 2015
1 parent 804a9a9 commit b1e3b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ because that will be explained in the next section)::
class DefaultController extends Controller
{
/**
* @Route("/", name="homepage")
* @Route("/app/example", name="homepage")
*/
public function indexAction()
{
Expand Down Expand Up @@ -198,7 +198,7 @@ at the three lines of code above the ``indexAction`` method::
class DefaultController extends Controller
{
/**
* @Route("/", name="homepage")
* @Route("/app/example", name="homepage")
*/
public function indexAction()
{
Expand Down

0 comments on commit b1e3b31

Please sign in to comment.