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/