Skip to content

Commit b1e3b31

Browse files
committed
Update Routes in the Getting Started documentation
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.
1 parent 804a9a9 commit b1e3b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quick_tour/the_big_picture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ because that will be explained in the next section)::
156156
class DefaultController extends Controller
157157
{
158158
/**
159-
* @Route("/", name="homepage")
159+
* @Route("/app/example", name="homepage")
160160
*/
161161
public function indexAction()
162162
{
@@ -198,7 +198,7 @@ at the three lines of code above the ``indexAction`` method::
198198
class DefaultController extends Controller
199199
{
200200
/**
201-
* @Route("/", name="homepage")
201+
* @Route("/app/example", name="homepage")
202202
*/
203203
public function indexAction()
204204
{

0 commit comments

Comments
 (0)