From 0f1cf411a0bb630205ce4ac2c5e75d237384f8dc Mon Sep 17 00:00:00 2001 From: 77web Date: Tue, 4 Nov 2014 23:30:55 +0900 Subject: [PATCH] [Best Practices] removed unused link in business-logic --- best_practices/business-logic.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/best_practices/business-logic.rst b/best_practices/business-logic.rst index aed61983a45..b77cbfab1d5 100644 --- a/best_practices/business-logic.rst +++ b/best_practices/business-logic.rst @@ -333,9 +333,6 @@ a command-line utility that can fix the coding standards of an entire codebase in a matter of seconds. .. _`full definition`: http://en.wikipedia.org/wiki/Business_logic -.. _`Toran Proxy`: https://toranproxy.com/ -.. _`Composer`: https://getcomposer.org/ -.. _`MVC architecture`: http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller .. _`Doctrine project`: http://www.doctrine-project.org/ .. _`fixture class`: http://symfony.com/doc/master/bundles/DoctrineFixturesBundle/index.html#writing-simple-fixtures .. _`PSR-1`: http://www.php-fig.org/psr/psr-1/