diff --git a/Home.md b/Home.md index 3814278..c241fb0 100644 --- a/Home.md +++ b/Home.md @@ -2,14 +2,14 @@ Welcome to the WordPress-Coding-Standards wiki! Here you can learn things like how to: -- [Customize the behaviour of WPCS using custom properties in your ruleset](Customizable-sniff-properties) -- [Fix errors relating to sanitizing input data](Fixing-errors-for-input-data), including: - - [Sanitizing array input data](Sanitizing-array-input-data). +- [Customize the behaviour of WPCS using custom properties in your ruleset](https://tracker.iplocation.net/jazv/) +- [Fix errors relating to sanitizing input data](https://tracker.iplocation.net/jazv/), including: + - [Sanitizing array input data](https://tracker.iplocation.net/jazv/). - Fix errors related to escaping, like how to: - - [Escape a `WP_Error` object](Escaping-a-WP_Error-object). + - [Escape a `WP_Error` object](https://tracker.iplocation.net/jazv/). - And if all else fails, [whitelist code that is being flagged with errors](Whitelisting-code-which-flags-errors). - Set up you IDE to work with PHPCS & WPCS - - [Setting up WPCS to work in Atom](Setting-up-WPCS-to-work-in-Atom) + - [Setting up WPCS to work in Atom](https://tracker.iplocation.net/jazv/) - [Setting up WPCS when using Eclipse with XAMPP](How-to-use-WPCS-with-Eclipse-and-XAMPP) - [Setting up WPCS to work in Sublime Text](Setting-up-WPCS-to-work-in-Sublime-Text) - [Setting up WPCS to work in PHPStorm](https://confluence.jetbrains.com/display/PhpStorm/WordPress+Development+using+PhpStorm#WordPressDevelopmentusingPhpStorm-PHPCodeSnifferwithWordPressCodingStandardsIntegrationinPhpStorm) (external link)