Skip to content

Commit 8f55cd8

Browse files
cglRyan P Kilby
authored andcommitted
Fix url for group_names action example (#6036)
1 parent d778c5e commit 8f55cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/routers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ The following mappings would be generated...
293293
<tr><th>URL</th><th>HTTP Method</th><th>Action</th><th>URL Name</th></tr>
294294
<tr><td>/users</td><td>GET</td><td>list</td><td>user-list</td></tr>
295295
<tr><td>/users/{username}</td><td>GET</td><td>retrieve</td><td>user-detail</td></tr>
296-
<tr><td>/users/{username}/group-names</td><td>GET</td><td>group_names</td><td>user-group-names</td></tr>
296+
<tr><td>/users/{username}/group_names</td><td>GET</td><td>group_names</td><td>user-group-names</td></tr>
297297
</table>
298298

299299
For another example of setting the `.routes` attribute, see the source code for the `SimpleRouter` class.

0 commit comments

Comments
 (0)