From 8b2fc5043d8d51d109338588491cd37e602e9db7 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 13 Feb 2017 17:18:43 +0100 Subject: [PATCH] Mentioned the new GitHub topics to find Symfony bundles --- assetic/jpeg_optimize.rst | 2 +- bundles.rst | 2 +- bundles/installation.rst | 5 ++--- contributing/community/other.rst | 2 +- deployment.rst | 2 +- introduction/from_flat_php_to_symfony2.rst | 4 ++-- 6 files changed, 8 insertions(+), 9 deletions(-) diff --git a/assetic/jpeg_optimize.rst b/assetic/jpeg_optimize.rst index 8d94266ae8e..85f31678436 100644 --- a/assetic/jpeg_optimize.rst +++ b/assetic/jpeg_optimize.rst @@ -306,4 +306,4 @@ file: `LiipImagineBundle`_ community bundle. .. _`Jpegoptim`: http://www.kokkonen.net/tjko/projects.html -.. _`LiipImagineBundle`: http://knpbundles.com/liip/LiipImagineBundle +.. _`LiipImagineBundle`: https://github.com/liip/LiipImagineBundle diff --git a/bundles.rst b/bundles.rst index f79c7620517..416e4324369 100644 --- a/bundles.rst +++ b/bundles.rst @@ -181,4 +181,4 @@ Learn more bundles/* -_`third-party bundles`: http://knpbundles.com +_`third-party bundles`: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories diff --git a/bundles/installation.rst b/bundles/installation.rst index 3b8f4cef20b..b40381d1980 100644 --- a/bundles/installation.rst +++ b/bundles/installation.rst @@ -26,8 +26,7 @@ the bundle on the `Packagist.org`_ site. .. tip:: - Looking for bundles? Try searching at `KnpBundles.com`_: the unofficial - archive of Symfony Bundles. + Looking for bundles? Try searching for `symfony-bundle topic on GitHub`_. 2) Install the Bundle via Composer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -142,5 +141,5 @@ what to do next. Have fun! .. _their documentation: https://getcomposer.org/doc/00-intro.md .. _Packagist.org: https://packagist.org .. _FOSUserBundle: https://github.com/FriendsOfSymfony/FOSUserBundle -.. _KnpBundles.com: http://knpbundles.com/ .. _`composer require`: https://getcomposer.org/doc/03-cli.md#require +.. _`symfony-bundle topic on GitHub`: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories diff --git a/contributing/community/other.rst b/contributing/community/other.rst index 3869aa2a4e0..2196ccb925c 100644 --- a/contributing/community/other.rst +++ b/contributing/community/other.rst @@ -12,4 +12,4 @@ these additional resources: .. _pull requests: https://github.com/symfony/symfony/pulls .. _commits: https://github.com/symfony/symfony/commits/master .. _bugs and enhancements: https://github.com/symfony/symfony/issues -.. _bundles: http://knpbundles.com/ +.. _bundles: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories diff --git a/deployment.rst b/deployment.rst index e20e06c7d44..f4702ecd05e 100644 --- a/deployment.rst +++ b/deployment.rst @@ -203,7 +203,7 @@ other potential things like pushing assets to a CDN (see `Common Post-Deployment .. _`Fabric`: http://www.fabfile.org/ .. _`Magallanes`: https://github.com/andres-montanez/Magallanes .. _`Ant`: http://blog.sznapka.pl/deploying-symfony2-applications-with-ant -.. _`bundles that add deployment features`: http://knpbundles.com/search?q=deploy +.. _`bundles that add deployment features`: https://github.com/search?utf8=✓&q=topic%3Asymfony-bundle+topic%3Adeploy&type=Repositories&ref=searchresults .. _`Memcached`: http://memcached.org/ .. _`Redis`: http://redis.io/ .. _`Symfony plugin`: https://github.com/capistrano/symfony/ diff --git a/introduction/from_flat_php_to_symfony2.rst b/introduction/from_flat_php_to_symfony2.rst index fdd1788c197..1e42e9f2995 100644 --- a/introduction/from_flat_php_to_symfony2.rst +++ b/introduction/from_flat_php_to_symfony2.rst @@ -751,7 +751,7 @@ the blog from flat PHP to Symfony has improved life: And perhaps best of all, by using Symfony, you now have access to a whole set of **high-quality open source tools developed by the Symfony community**! -A good selection of Symfony community tools can be found on `KnpBundles.com`_. +A good selection of `Symfony community tools`_ can be found on GitHub. .. _`Model-View-Controller`: https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller .. _`Doctrine`: http://www.doctrine-project.org @@ -760,5 +760,5 @@ A good selection of Symfony community tools can be found on `KnpBundles.com`_. .. _`download Composer`: https://getcomposer.org/download/ .. _`Validator`: https://github.com/symfony/validator .. _`Varnish`: https://www.varnish-cache.org/ -.. _`KnpBundles.com`: http://knpbundles.com/ .. _`Twig`: http://twig.sensiolabs.org +.. _`Symfony community tools`: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories