Commit 8c13bc70 authored by Fabien Potencier's avatar Fabien Potencier

removed obsolete link in doc

parent 7546197b
...@@ -44,8 +44,7 @@ Silex applications by using the `http_cache` service:: ...@@ -44,8 +44,7 @@ Silex applications by using the `http_cache` service::
$app['http_cache']->run(); $app['http_cache']->run();
The extension also provide `ESI The extension also provide ESI support::
<http://www.doctrine-project.org/docs/dbal/2.0/en/>`_ support::
$app->get('/', function() { $app->get('/', function() {
return new Response(<<<EOF return new Response(<<<EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment