Skip to content

Commit e81e2e8

Browse files
authored
Merge pull request rails#49471 from stevepolitodesign/sp-generator-guides
Update links in Generator Guides
2 parents 1edf65d + 96a9570 commit e81e2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/generators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,6 @@ In addition to those, Rails also provides additional assertions via
559559
[`rails_command`]: https://api.rubyonrails.org/classes/Rails/Generators/Actions.html#method-i-rails_command
560560
[`rake`]: https://api.rubyonrails.org/classes/Rails/Generators/Actions.html#method-i-rake
561561
[`route`]: https://api.rubyonrails.org/classes/Rails/Generators/Actions.html#method-i-route
562-
[`Rails::Generators::Testing::Behaviour`]: https://api.rubyonrails.org/classes/Rails/Generators/Testing.html
563-
[`run_generator`]: https://api.rubyonrails.org/classes/Rails/Generators/Testing/Behaviour.html#method-i-run_generator
562+
[`Rails::Generators::Testing::Behaviour`]: https://api.rubyonrails.org/classes/Rails/Generators/Testing/Behavior.html
563+
[`run_generator`]: https://api.rubyonrails.org/classes/Rails/Generators/Testing/Behavior.html#method-i-run_generator
564564
[`Rails::Generators::Testing::Assertions`]: https://api.rubyonrails.org/classes/Rails/Generators/Testing/Assertions.html

0 commit comments

Comments
 (0)