From 8cba4f87ca8e785d1a8c022a7a8ea9649e049c11 Mon Sep 17 00:00:00 2001 From: Tasawar Hussain Date: Mon, 13 Apr 2020 07:58:51 +0500 Subject: [PATCH] Updates Ruby on Rails reference link (#7269) The cited sentences are from actually the action controller docs from ruby on rails --- docs/api-guide/viewsets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/viewsets.md b/docs/api-guide/viewsets.md index cd765d3e6..d7aa7ad3b 100644 --- a/docs/api-guide/viewsets.md +++ b/docs/api-guide/viewsets.md @@ -317,5 +317,5 @@ To create a base viewset class that provides `create`, `list` and `retrieve` ope By creating your own base `ViewSet` classes, you can provide common behavior that can be reused in multiple viewsets across your API. -[cite]: https://guides.rubyonrails.org/routing.html +[cite]: https://guides.rubyonrails.org/action_controller_overview.html [routers]: routers.md