diff --git a/docs/controllers.md b/docs/controllers.md index 806d704..aa82edf 100644 --- a/docs/controllers.md +++ b/docs/controllers.md @@ -4,4 +4,4 @@ When you generate a resource, it will generate a matching controller that you ca For example `rails g madmin:resource Post` generates `app/controllers/madmin/posts_controller.rb`. -Refer to the resources_controller to what is accessible and how the normal actions look: [resource_controller.rb](app/controllers/madmin/resource_controller.rb) +Refer to the resources_controller to what is accessible and how the normal actions look: [resource_controller.rb](../app/controllers/madmin/resource_controller.rb)