Skip to content

Commit 7ffd5b9

Browse files
jms85xabbuh
authored andcommitted
Update standard link to remove absolute URL
1 parent 6763052 commit 7ffd5b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

best_practices/business-logic.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Coding Standards
326326

327327
The Symfony source code follows the `PSR-1`_ and `PSR-2`_ coding standards that
328328
were defined by the PHP community. You can learn more about
329-
`the Symfony Code Standards`_ and even use the `PHP-CS-Fixer`_, which is
329+
:doc:`/contributing/code/standards` and even use the `PHP-CS-Fixer`_, which is
330330
a command-line utility that can fix the coding standards of an entire codebase
331331
in a matter of seconds.
332332

@@ -335,5 +335,4 @@ in a matter of seconds.
335335
.. _`fixture class`: http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html#writing-simple-fixtures
336336
.. _`PSR-1`: http://www.php-fig.org/psr/psr-1/
337337
.. _`PSR-2`: http://www.php-fig.org/psr/psr-2/
338-
.. _`the Symfony Code Standards`: http://symfony.com/doc/current/contributing/code/standards.html
339338
.. _`PHP-CS-Fixer`: https://github.com/FriendsOfPHP/PHP-CS-Fixer

0 commit comments

Comments
 (0)