Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b34e600

Browse files
committed
Merge pull request #518 from eiannone/patch-1
Fixed typo on code example
2 parents 24198d2 + a3ede25 commit b34e600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_router.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Now you can add a new ``Route`` to the tree using Doctrine::
167167
// $route->setParentDocument($routesRoot);
168168
$route->setPosition($routesRoot, 'new-route');
169169

170-
$page = $documentManager->find(null, '/cms/routes/quick_tour');
170+
$page = $documentManager->find(null, '/cms/simple/quick_tour');
171171
$route->setContent($page);
172172

173173
$documentManager->persist($route); // put $route in the queue

0 commit comments

Comments
 (0)