Skip to content

Commit 6c741c0

Browse files
authored
Merge pull request #14313 from nextcloud/fix/dev-manual-broken-refs
fix(developer-manual): fix XML tag mismatch and broken link reference
2 parents 713cc0a + dc4052f commit 6c741c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

developer_manual/app_publishing_maintenance/publishing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Be technically sound
5252
Respect the users
5353
^^^^^^^^^^^^^^^^^
5454

55-
* Apps have to follow design and `HTML/CSS layout guidelines <../app/css.html>`_.
55+
* Apps have to follow design and `HTML/CSS layout guidelines <../html_css_design/css.html>`_.
5656
* Apps correctly clean up after themselves on uninstall and correctly handle up- and downgrades.
5757
* Apps clearly communicate their intended purpose and active features, including features introduced through updates.
5858
* Apps respect the users' choices and do not make unexpected changes, or limit users' ability to revert them. For example, they do not remove other apps or disable settings.

developer_manual/client_apis/OCS/ocs-api-overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This request returns the available metadata of a user. Admin users can see the i
6666
<storageLocation>/path/to/storage/location/userid</storageLocation>
6767
<id>userid</id>
6868
<lastLogin>1578283711000</lastLogin>
69-
<backend>Database</database>
69+
<backend>Database</backend>
7070
<subadmin/>
7171
<quota>
7272
<free>20632824998</free>

0 commit comments

Comments
 (0)