@@ -66,9 +66,10 @@ Using Build Scripts and other Tools
6666There are also tools to help ease the pain of deployment. Some of them have been
6767specifically tailored to the requirements of Symfony.
6868
69- `Capifony `_
70- This Ruby-based tool provides a specialized set of tools on top of
71- `Capistrano `_, tailored specifically to Symfony projects.
69+ `Capistrano `_ with `Symfony plugin `_
70+ `Capistrano `_ is a remote server automation and deployment tool written in Ruby.
71+ `Symfony plugin `_ is a plugin to ease Symfony related tasks, inspired by `Capifony `_
72+ (which works only with Capistrano 2 )
7273
7374`sf2debpkg `_
7475 Helps you build a native Debian package for your Symfony project.
@@ -198,3 +199,5 @@ other potential things like pushing assets to a CDN (see `Common Post-Deployment
198199.. _`bundles that add deployment features` :http://knpbundles.com/search?q=deploy
199200.. _`Memcached` :http://memcached.org/
200201.. _`Redis` :http://redis.io/
202+ .. _`Symfony plugin` :https://github.com/capistrano/symfony/
203+