From 8f55cd8db5480ad811cdf431c4ba89f7f8a04a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9F=C4=B1l?= <1615150+cgl@users.noreply.github.com> Date: Thu, 21 Jun 2018 09:29:05 +0100 Subject: [PATCH] Fix url for group_names action example (#6036) --- docs/api-guide/routers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/routers.md b/docs/api-guide/routers.md index 2609185ee..c39cda3ba 100644 --- a/docs/api-guide/routers.md +++ b/docs/api-guide/routers.md @@ -293,7 +293,7 @@ The following mappings would be generated... URLHTTP MethodActionURL Name /usersGETlistuser-list /users/{username}GETretrieveuser-detail - /users/{username}/group-namesGETgroup_namesuser-group-names + /users/{username}/group_namesGETgroup_namesuser-group-names For another example of setting the `.routes` attribute, see the source code for the `SimpleRouter` class.