diff --git a/README.md b/README.md index 19d8fd2..b03c46b 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ rails g datagrid::views All advanced frontend things are described in: -[Frontend section on wiki](https://rubydoc.info/gems/datagrid/Datagrid/Helper) +[Frontend documentation](https://rubydoc.info/gems/datagrid/Datagrid/Helper) ## Questions & Issues diff --git a/lib/datagrid/helper.rb b/lib/datagrid/helper.rb index 5a1bc37..c7eb895 100644 --- a/lib/datagrid/helper.rb +++ b/lib/datagrid/helper.rb @@ -171,7 +171,7 @@ module Datagrid # # To customize Datagrid views: # - # rake datagrid:copy_partials + # rails g datagrid:views # # This creates files in `app/views/datagrid/`, which you can modify to suit your needs: #