Skip to content

Commit

Permalink
Fix anchor links in readme usage section (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Aug 14, 2024
1 parent f4f93fb commit 1484cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ end
Most of the matchers provided by this gem are useful in a Rails context, and as
such, can be used for different parts of a Rails app:

* [database models backed by ActiveRecord](#activemodel-matchers)
* [database models backed by ActiveRecord](#activerecord-matchers)
* [non-database models, form objects, etc. backed by
ActiveModel](#activerecord-matchers)
ActiveModel](#activemodel-matchers)
* [controllers](#actioncontroller-matchers)
* [routes](#routing-matchers) (RSpec only)
* [Rails-specific features like `delegate`](#independent-matchers)
Expand Down

0 comments on commit 1484cbd

Please sign in to comment.