diff --git a/developer_manual/app/info.rst b/developer_manual/app/info.rst index 6b7f0837c..bb7bf0619 100644 --- a/developer_manual/app/info.rst +++ b/developer_manual/app/info.rst @@ -88,7 +88,7 @@ description version ------- -Contains the version of your app. Please also provide the same version in the :file:`appinfo/version`. +Contains the version of your app. licence ------- diff --git a/developer_manual/app/schema.rst b/developer_manual/app/schema.rst index 09b97d6dc..ab6c57177 100644 --- a/developer_manual/app/schema.rst +++ b/developer_manual/app/schema.rst @@ -50,4 +50,4 @@ An example database XML file would look like this: -To update the tables used by the app, simply adjust the database.xml file and increase the app version number in :file:`appinfo/version` to trigger an update. +To update the tables used by the app, simply adjust the database.xml file and increase the app version number in :file:`appinfo/info.xml` to trigger an update.