Skip to content

Commit 2a845b6

Browse files
committed
Fix navbar links
It was referring to an anchor on index instead of a different page: https://docs.rubocop.org/rubocop-rspec/index.html#third_party_rspec_extensions.adoc
1 parent 11b1fa4 commit 2a845b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/modules/ROOT/nav.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* xref:usage.adoc[Usage]
44
* xref:cops.adoc[Cops]
55
* xref:upgrade_to_version_2.adoc[Upgrade to 2.x]
6-
* xref:third_party_rspec_extensions.adoc[RSpec syntax extensions in third-party gems]
6+
* xref:third_party_rspec_syntax_extensions.adoc[RSpec syntax extensions in third-party gems]
77
* Cops Documentation
8-
** xref:cops_capybara.adoc[Capybara]
9-
** xref:cops_factorybot.adoc[FactoryBot]
10-
** xref:cops_rails.adoc[Rails]
8+
** xref:cops_rspec/capybara.adoc[Capybara]
9+
** xref:cops_rspec/factorybot.adoc[FactoryBot]
10+
** xref:cops_rspec/rails.adoc[Rails]
1111
** xref:cops_rspec.adoc[RSpec]

0 commit comments

Comments
 (0)