Skip to content

Commit b8a8877

Browse files
authored
Merge pull request #811 from Automattic/fix/docs-links
Docs: Fix links
2 parents d323dc1 + cf5dc95 commit b8a8877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ This project contains two rulesets:
77
- `WordPressVIPMinimum` - for use with projects on the (older) WordPress.com VIP platform.
88
- `WordPress-VIP-Go` - for use with projects on the (newer) VIP Go platform.
99

10-
These rulesets contain only the rules which are considered to be ["errors"](https://docs.wpvip.com/technical-references/code-review/vip-errors/) and ["warnings"](https://docs.wpvip.com/technical-references/code-review/vip-warnings/) according to the WordPress VIP Go documentation.
10+
These rulesets contain only the rules which are considered to be [errors](https://docs.wpvip.com/php_codesniffer/errors/) and [warnings](https://docs.wpvip.com/php_codesniffer/warnings/) according to the WordPress VIP documentation.
1111

1212
The rulesets use rules from the [WordPress Coding Standards](https://github.com/WordPress/WordPress-Coding-Standards) (WPCS) project, as well as the [VariableAnalysis](https://github.com/sirbrillig/phpcs-variable-analysis) standard.
1313

14-
Go to https://docs.wpvip.com/technical-references/code-review/phpcs-report/ to learn about why violations are flagged as errors vs warnings and what the levels mean.
14+
[Learn](https://docs.wpvip.com/vip-code-analysis-bot/phpcs-report/) about why violations are flagged as errors vs warnings and what the levels mean.
1515

1616
## Minimal requirements
1717

0 commit comments

Comments
 (0)