Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ren-yamanashi committed Nov 21, 2024
1 parent 01d85b7 commit d34dc88
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/ja/rules/no-class-in-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ titleTemplate: ":title"
# no-class-in-interface

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ <a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
✅ <a href="/ja/rules/#recommended-rules">recommended</a>
を使用した場合、このルールが有効になります。
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/rules/no-construct-stack-suffix.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ titleTemplate: ":title"
# no-construct-stack-suffix

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ <a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
✅ <a href="/ja/rules/#recommended-rules">recommended</a>
を使用した場合、このルールが有効になります。
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/rules/no-import-private.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ next: false

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
ℹ️ このルールは
<a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
<a href="/ja/rules/#recommended-rules">recommended</a>
ルールには含まれていません。
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/rules/no-mutable-props-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ titleTemplate: ":title"
# no-mutable-props-interface

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ <a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
✅ <a href="/ja/rules/#recommended-rules">recommended</a>
を使用した場合、このルールが有効になります。
</div>
<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/rules/no-mutable-public-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ titleTemplate: ":title"
# no-mutable-public-fields

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ <a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
✅ <a href="/ja/rules/#recommended-rules">recommended</a>
を使用した場合、このルールが有効になります。
</div>
<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/rules/no-parent-name-construct-id-match.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ titleTemplate: ":title"
# no-parent-name-construct-id-match

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ <a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
✅ <a href="/ja/rules/#recommended-rules">recommended</a>
を使用した場合、このルールが有効になります。
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/rules/no-public-class-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ titleTemplate: ":title"
# no-public-class-fields

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ <a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
✅ <a href="/ja/rules/#recommended-rules">recommended</a>
を使用した場合、このルールが有効になります。
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/rules/pascal-case-construct-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ titleTemplate: ":title"
# pascal-case-construct-id

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ <a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
✅ <a href="/ja/rules/#recommended-rules">recommended</a>
を使用した場合、このルールが有効になります。
</div>
<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-class-in-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ titleTemplate: ":title"

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ Using
<a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
<a href="/rules/#recommended-rules">recommended</a>
in an ESLint configuration enables this rule.
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-construct-stack-suffix.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ titleTemplate: ":title"

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ Using
<a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
<a href="/rules/#recommended-rules">recommended</a>
in an ESLint configuration enables this rule.
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-import-private.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ next: false

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
ℹ️ This rule is not included in the
<a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
<a href="/rules/#recommended-rules">recommended</a>
rules.
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-mutable-props-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ titleTemplate: ":title"

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ Using
<a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
<a href="/rules/#recommended-rules">recommended</a>
in an ESLint configuration enables this rule.
</div>
<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-mutable-public-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ titleTemplate: ":title"

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ Using
<a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
<a href="/rules/#recommended-rules">recommended</a>
in an ESLint configuration enables this rule.
</div>
<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-parent-name-construct-id-match.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ titleTemplate: ":title"

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ Using
<a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
<a href="/rules/#recommended-rules">recommended</a>
in an ESLint configuration enables this rule.
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-public-class-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ titleTemplate: ":title"

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ Using
<a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
<a href="/rules/#recommended-rules">recommended</a>
in an ESLint configuration enables this rule.
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/pascal-case-construct-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ titleTemplate: ":title"

<div style="margin-top: 16px; background-color: #595959; padding: 16px; border-radius: 4px;">
✅ Using
<a href="https://eslint-cdk-plugin.dev/rules/#recommended-rules">recommended</a>
<a href="/rules/#recommended-rules">recommended</a>
in an ESLint configuration enables this rule.
</div>

Expand Down

0 comments on commit d34dc88

Please sign in to comment.