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

Commit 6a243bc

Browse files
committed
Merge pull request #588 from harmstyler/patch-1
Fixes route demo in Router documentation
2 parents c69d7fa + f9ee9c0 commit 6a243bc

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)