Skip to content

Mentioned the new GitHub topics to find Symfony bundles #7480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assetic/jpeg_optimize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion bundles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 2 additions & 3 deletions bundles/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion contributing/community/other.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions introduction/from_flat_php_to_symfony2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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