Skip to content

Commit

Permalink
[Docs] Fix a couple of broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jun 21, 2020
1 parent 555e301 commit 0f9c7ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/formatters.adoc
Expand Up @@ -40,7 +40,7 @@ $ rubocop --out result.txt --format simple
# default format $stdout
----

You can also load link:extensions.md#custom-formatters[custom formatters].
You can also load xref:extensions.adoc#custom-formatters[custom formatters].

== Progress Formatter (default)

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/usage/basic_usage.adoc
Expand Up @@ -206,7 +206,7 @@ $ rubocop -h
| Use available CPUs to execute inspection in parallel.

| `-r/--require`
| Require Ruby file (see link:extensions.md#loading-extensions[Loading Extensions]).
| Require Ruby file (see xref:extensions.adoc#loading-extensions[Loading Extensions]).

| `--safe`
| Run only safe cops.
Expand Down

0 comments on commit 0f9c7ea

Please sign in to comment.