Skip to content

Commit 5fb4832

Browse files
authored
Merge pull request #11637 from nextcloud/fix/devmanual/lnk-to-appconfig
fix(devmanual): link to appconfig
2 parents 43682bd + 559db6c commit 5fb4832

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Front-end changes
2626
Changed APIs
2727
^^^^^^^^^^^^
2828

29-
* `IAppConfig` has been fully reworked, most of previous methods are now deprecated. The new version of the API implements multiple settings for app config values to define their laziness and sensitivity.
29+
* `IAppConfig` has been fully reworked, most of previous methods are now deprecated. The new version of the API implements multiple settings for app config values to define their laziness and sensitivity. See also the :ref:`app config` section.
3030

3131
Removed globals
3232
^^^^^^^^^^^^^^^

developer_manual/digging_deeper/config/appconfig.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _app config:
2+
13
=========
24
AppConfig
35
=========

0 commit comments

Comments
 (0)