From 80fe61a6702ca20758d7679b24dc4c062f916f77 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 7 Mar 2013 17:54:23 +0100 Subject: [PATCH] Update index.rst --- developer_manual/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/index.rst b/developer_manual/index.rst index d5afdcc22..eb51ce18d 100644 --- a/developer_manual/index.rst +++ b/developer_manual/index.rst @@ -66,7 +66,6 @@ Database Access Encapsulate SQL queries into objects to be able to change them easily. * :doc:`app/database` | :php:class:`OCA\\AppFramework\\Db\\Mapper` -* :doc:`app/data-migration` Templates --------- @@ -103,6 +102,7 @@ ownCloud APIs that are ready to be built into the app * :doc:`app/externalapi` * :doc:`app/filesystem` * :doc:`app/hooks` +* :doc:`app/data-migration` Core Developement @@ -140,4 +140,4 @@ Index and Tables .. _Twig Templates: http://twig.sensiolabs.org/ .. _Symfony Routing: http://symfony.com/doc/current/components/routing/introduction.html .. _Pimple: http://pimple.sensiolabs.org/ -.. _PHPUnit: http://www.phpunit.de/manual/current/en/ \ No newline at end of file +.. _PHPUnit: http://www.phpunit.de/manual/current/en/