Skip to content

Commit a30db21

Browse files
committed
minor #7480 Mentioned the new GitHub topics to find Symfony bundles (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Mentioned the new GitHub topics to find Symfony bundles Sadly, KnpBundles stopped updating a few months ago. Let's switch to GitHub Topics as the official resource to fund Symfony bundles. Commits ------- 8b2fc50 Mentioned the new GitHub topics to find Symfony bundles
2 parents feaf346 + 8b2fc50 commit a30db21

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

assetic/jpeg_optimize.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,4 @@ file:
306306
`LiipImagineBundle`_ community bundle.
307307

308308
.. _`Jpegoptim`: http://www.kokkonen.net/tjko/projects.html
309-
.. _`LiipImagineBundle`: http://knpbundles.com/liip/LiipImagineBundle
309+
.. _`LiipImagineBundle`: https://github.com/liip/LiipImagineBundle

bundles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ Learn more
181181

182182
bundles/*
183183

184-
_`third-party bundles`: http://knpbundles.com
184+
_`third-party bundles`: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories

bundles/installation.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ the bundle on the `Packagist.org`_ site.
2626

2727
.. tip::
2828

29-
Looking for bundles? Try searching at `KnpBundles.com`_: the unofficial
30-
archive of Symfony Bundles.
29+
Looking for bundles? Try searching for `symfony-bundle topic on GitHub`_.
3130

3231
2) Install the Bundle via Composer
3332
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -142,5 +141,5 @@ what to do next. Have fun!
142141
.. _their documentation: https://getcomposer.org/doc/00-intro.md
143142
.. _Packagist.org: https://packagist.org
144143
.. _FOSUserBundle: https://github.com/FriendsOfSymfony/FOSUserBundle
145-
.. _KnpBundles.com: http://knpbundles.com/
146144
.. _`composer require`: https://getcomposer.org/doc/03-cli.md#require
145+
.. _`symfony-bundle topic on GitHub`: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories

contributing/community/other.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ these additional resources:
1212
.. _pull requests: https://github.com/symfony/symfony/pulls
1313
.. _commits: https://github.com/symfony/symfony/commits/master
1414
.. _bugs and enhancements: https://github.com/symfony/symfony/issues
15-
.. _bundles: http://knpbundles.com/
15+
.. _bundles: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories

deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ other potential things like pushing assets to a CDN (see `Common Post-Deployment
203203
.. _`Fabric`: http://www.fabfile.org/
204204
.. _`Magallanes`: https://github.com/andres-montanez/Magallanes
205205
.. _`Ant`: http://blog.sznapka.pl/deploying-symfony2-applications-with-ant
206-
.. _`bundles that add deployment features`: http://knpbundles.com/search?q=deploy
206+
.. _`bundles that add deployment features`: https://github.com/search?utf8=✓&q=topic%3Asymfony-bundle+topic%3Adeploy&type=Repositories&ref=searchresults
207207
.. _`Memcached`: http://memcached.org/
208208
.. _`Redis`: http://redis.io/
209209
.. _`Symfony plugin`: https://github.com/capistrano/symfony/

introduction/from_flat_php_to_symfony2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ migrating the blog from flat PHP to Symfony has improved life:
751751

752752
And perhaps best of all, by using Symfony, you now have access to a whole
753753
set of **high-quality open source tools developed by the Symfony community**!
754-
A good selection of Symfony community tools can be found on `KnpBundles.com`_.
754+
A good selection of `Symfony community tools`_ can be found on GitHub.
755755

756756
.. _`Model-View-Controller`: https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
757757
.. _`Doctrine`: http://www.doctrine-project.org
@@ -760,5 +760,5 @@ A good selection of Symfony community tools can be found on `KnpBundles.com`_.
760760
.. _`download Composer`: https://getcomposer.org/download/
761761
.. _`Validator`: https://github.com/symfony/validator
762762
.. _`Varnish`: https://www.varnish-cache.org/
763-
.. _`KnpBundles.com`: http://knpbundles.com/
764763
.. _`Twig`: http://twig.sensiolabs.org
764+
.. _`Symfony community tools`: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories

0 commit comments

Comments
 (0)