From c5e11d346ff958069bcc70bdf8814068eaa1c5dd Mon Sep 17 00:00:00 2001 From: James Pearson Date: Sun, 8 Jul 2012 14:10:04 -0700 Subject: [PATCH] Link to updated, canonical, accepted versions of PSR-1 and PSR-2 --- _includes/code-style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/code-style-guide.md b/_includes/code-style-guide.md index 0f40ed9..6e8f72c 100644 --- a/_includes/code-style-guide.md +++ b/_includes/code-style-guide.md @@ -12,5 +12,5 @@ You should write PHP code that adheres to one or both of these standards so that [Back to Top](#top){.top} [1]: https://github.com/php-fig/fig-standards -[2]: https://github.com/pmjones/fig-standards/blob/psr-1-style-guide/proposed/PSR-1-basic.md -[3]: https://github.com/pmjones/fig-standards/blob/psr-1-style-guide/proposed/PSR-2-advanced.md +[2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md +[3]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md