Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 498b62e

Browse files
committed
Setup correct links
1 parent f603877 commit 498b62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/test/static/static-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ For all of the static configuration installations below involving the PHPStorm P
2323
[JSCS package has been deprecated](https://www.npmjs.com/package/jscs) and [merged with ESLint](https://eslint.org/blog/2016/04/welcoming-jscs-to-eslint).
2424

2525
{:.bs-callout-info}
26-
Javascript code analysis is done through [ESLint]({{site.baseurl}}/coding-standards/code-standard-javascript.html#eslint-code-analysis).
27-
The ESLint rules are set up on `magento-coding-standard`, which is installed using composer since it's a development dependency of Magento2.
26+
Javascript code analysis is done through [ESLint]({{site.baseurl}}/guides/v2.4/coding-standards/code-standard-javascript.html#eslint-code-analysis).
27+
The ESLint rules are set up in `magento-coding-standard`, which is installed on Magento2 via `composer` since it's a development dependency.
2828

2929
### ESLint
3030

0 commit comments

Comments
 (0)