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

Commit f9ee9c0

Browse files
committed
Fixes route demo in Router documentation
It looks like the `/docs` route is supposed to be nested under the `/contact` route but the comment didn't reflect this.
1 parent c69d7fa commit f9ee9c0

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
@@ -47,7 +47,7 @@ other examples:
4747
/about # /about Route
4848
/contact # /contact Route
4949
/team # /contact/team Route
50-
/docs # /docs Route
50+
/docs # /contact/docs Route
5151
5252
OK, you got it? The only thing the Router has to do is prefix the route with a
5353
specific path prefix and load that document. In the case of the SimpleCmsBundle,

0 commit comments

Comments
 (0)