Skip to content

Commit acca147

Browse files
miaulalalabackportbot[bot]
authored andcommitted
fix(developer-manual): fix XML tag mismatch and broken link reference
- Fix </database> β†’ </backend> closing tag in ocs-api-overview.rst - Fix broken link to HTML/CSS guidelines in publishing.rst AI-Assisted-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent 6c3f869 commit acca147

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)