Skip to content

Commit 6cacbac

Browse files
Fix link to Thor docs [ci-skip]
1 parent a20c5fe commit 6cacbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/rails_application_templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Advanced Usage
272272

273273
The application template is evaluated in the context of a
274274
`Rails::Generators::AppGenerator` instance. It uses the
275-
[`apply`](https://rdoc.info/github/wycats/thor/Thor/Actions#apply-instance_method)
275+
[`apply`](https://www.rubydoc.info/gems/thor/Thor/Actions#apply-instance_method)
276276
action provided by Thor.
277277

278278
This means you can extend and change the instance to match your needs.

0 commit comments

Comments
 (0)