Skip to content

Commit 93b50d8

Browse files
authored
Fix documentation links to autofix page (#3796)
1 parent 715ba9c commit 93b50d8

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/ansiblelint/rules/command_instead_of_shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ environment variable expansion or chaining multiple commands using pipes.
3131
3232
!!! note
3333
34-
This rule can be automatically fixed using [`--fix`](/autofix) option.
34+
This rule can be automatically fixed using [`--fix`](../autofix.md) option.

src/ansiblelint/rules/deprecated_local_action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ This rule recommends using `delegate_to: localhost` instead of the
2222
2323
!!! note
2424
25-
This rule can be automatically fixed using [`--fix`](/autofix) option.
25+
This rule can be automatically fixed using [`--fix`](../autofix.md) option.

src/ansiblelint/rules/fqcn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ structure in a backward-compatible way by adding redirects like in
9090
9191
!!! note
9292
93-
This rule can be automatically fixed using [`--fix`](/autofix) option.
93+
This rule can be automatically fixed using [`--fix`](../autofix.md) option.

src/ansiblelint/rules/jinja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ In its current form, this rule presents the following limitations:
5656

5757
!!! note
5858

59-
This rule can be automatically fixed using [`--fix`](/autofix) option.
59+
This rule can be automatically fixed using [`--fix`](../autofix.md) option.

src/ansiblelint/rules/key_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ same reasons, we decided that they should not be put after block keys either.
6464

6565
!!! note
6666

67-
This rule can be automatically fixed using [`--fix`](/autofix) option.
67+
This rule can be automatically fixed using [`--fix`](../autofix.md) option.

src/ansiblelint/rules/name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ your `enable_list` to activate it.
6262
6363
!!! note
6464
65-
`name[casing]` can be automatically fixed using [`--fix`](/autofix) option.
65+
`name[casing]` can be automatically fixed using [`--fix`](../autofix.md) option.

src/ansiblelint/rules/no_free_form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ This rule can produce messages as:
5959
6060
!!! note
6161
62-
This rule can be automatically fixed using [`--fix`](/autofix) option.
62+
This rule can be automatically fixed using [`--fix`](../autofix.md) option.

src/ansiblelint/rules/no_jinja_when.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ anti-pattern and does not produce expected results.
3333
3434
!!! note
3535
36-
This rule can be automatically fixed using [`--fix`](/autofix) option.
36+
This rule can be automatically fixed using [`--fix`](../autofix.md) option.

src/ansiblelint/rules/no_log_password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Explicitly adding `no_log: true` prevents accidentally exposing secrets.
4646
4747
!!! note
4848
49-
This rule can be automatically fixed using [`--fix`](/autofix) option.
49+
This rule can be automatically fixed using [`--fix`](../autofix.md) option.

src/ansiblelint/rules/partial_become.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ This rule can produce the following messages:
123123
124124
!!! note
125125
126-
This rule can be automatically fixed using [`--fix`](/autofix) option.
126+
This rule can be automatically fixed using [`--fix`](../autofix.md) option.

0 commit comments

Comments
 (0)