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

Fixes route demo in Router documentation #588

Merged
merged 1 commit into from
Oct 16, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quick_tour/the_router.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ other examples:
/about # /about Route
/contact # /contact Route
/team # /contact/team Route
/docs # /docs Route
/docs # /contact/docs Route

OK, you got it? The only thing the Router has to do is prefix the route with a
specific path prefix and load that document. In the case of the SimpleCmsBundle,
Expand Down