From c28d401ae68006b67f317f368cdce428e65fa6a0 Mon Sep 17 00:00:00 2001 From: Cristian Lupu Date: Thu, 15 Jan 2015 18:33:45 +0200 Subject: [PATCH] Updated README.md to point to new .rst doc files --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5944ca16..0f73f61cd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ _liip_imagine: resource: "@LiipImagineBundle/Resources/config/routing.xml" ``` -For a complete configuration drill-down see [the respective chapter in the documentation](Resources/doc/configuration.md). +For a complete configuration drill-down see [the respective chapter in the documentation](Resources/doc/configuration.rst). ## Basic Usage @@ -135,7 +135,7 @@ web_profiler: ## Filters The LiipImagineBundle provides a set of built-in filters. -You may easily roll your own filter, see [the filters chapter in the documentation](Resources/doc/filters.md). +You may easily roll your own filter, see [the filters chapter in the documentation](Resources/doc/filters.rst). ## Using the controller as a service @@ -222,4 +222,4 @@ absolute path `/path/to/source/images/dir/logo.png` must be `/FavouriteAlias/log ## Documentation -For more detailed information about the features of this bundle, please refer to [the documentation](Resources/doc/index.md). +For more detailed information about the features of this bundle, please refer to [the documentation](Resources/doc/index.rst).