From 08de0c99299577384eceb27877b60af4adf447ba Mon Sep 17 00:00:00 2001 From: Gary Houbre Date: Sat, 10 Oct 2020 21:56:22 +0200 Subject: [PATCH] Fix links to the coding standards (#5307) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16ad959d6..2e9d0c5ae 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ Before sending or reviewing Pull Requests, be sure to review the [Contributing G Please follow the following guides and code standards: -* [PSR 4 Coding Standards](https://github.com/php-fig/fig-standards/blob/develop/accepted/PSR-4-autoloader.md) -* [PSR 2 Coding Style Guide](https://github.com/php-fig/fig-standards/blob/develop/accepted/PSR-2-coding-style-guide.md) -* [PSR 1 Coding Standards](https://github.com/php-fig/fig-standards/blob/develop/accepted/PSR-1-basic-coding-standard.md) +* [PSR 4 Autoloader](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md) +* [PSR 2 Coding Style Guide](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) +* [PSR 1 Coding Standards](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md) ### Code of Conduct