Skip to content

Commit 8cba4f8

Browse files
Updates Ruby on Rails reference link (#7269)
The cited sentences are from actually the action controller docs from ruby on rails
1 parent b2497fc commit 8cba4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/viewsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,5 +317,5 @@ To create a base viewset class that provides `create`, `list` and `retrieve` ope
317317

318318
By creating your own base `ViewSet` classes, you can provide common behavior that can be reused in multiple viewsets across your API.
319319

320-
[cite]: https://guides.rubyonrails.org/routing.html
320+
[cite]: https://guides.rubyonrails.org/action_controller_overview.html
321321
[routers]: routers.md

0 commit comments

Comments
 (0)