Skip to content

Commit f39e73c

Browse files
Merge pull request #11723 from nextcloud/backport/11718/stable29
[stable29] fix(developer): Adjust links for frontend library documentation
2 parents 5a91334 + 2ade781 commit f39e73c

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

developer_manual/digging_deeper/javascript-apis.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,62 +45,62 @@ The rest of this section will cover a rough overview of which packages are provi
4545
``@nextcloud/auth``
4646
^^^^^^^^^^^^^^^^^^^
4747

48-
This package provides information about the current user and session. Documentation: https://nextcloud.github.io/nextcloud-auth/
48+
This package provides information about the current user and session. Documentation: https://nextcloud-libraries.github.io/nextcloud-auth/
4949

5050
``@nextcloud/axios``
5151
^^^^^^^^^^^^^^^^^^^^
5252

53-
This package provides an `Axios <https://www.npmjs.com/package/axios>`_ HTTP client instance, ready to send request to the Nextcloud server. If you use this instance you do not have to care about authentication and special headers. Documentation: https://nextcloud.github.io/nextcloud-axios/
53+
This package provides an `Axios <https://www.npmjs.com/package/axios>`_ HTTP client instance, ready to send request to the Nextcloud server. If you use this instance you do not have to care about authentication and special headers. Documentation: https://nextcloud-libraries.github.io/nextcloud-axios/
5454

5555
``@nextcloud/event-bus``
5656
^^^^^^^^^^^^^^^^^^^^^^^^
5757

58-
This package provides a simple event bus implementation that integrates with server and other apps. Thus it is one of the recommended ways of inter-app communication. Documentation: https://nextcloud.github.io/nextcloud-event-bus/
58+
This package provides a simple event bus implementation that integrates with server and other apps. Thus it is one of the recommended ways of inter-app communication. Documentation: https://nextcloud-libraries.github.io/nextcloud-event-bus/
5959

6060
``@nextcloud/dialogs``
6161
^^^^^^^^^^^^^^^^^^^^^^
6262

63-
This package provides access to UI dialogs in Nextcloud. Documentation: https://nextcloud.github.io/nextcloud-dialogs/
63+
This package provides access to UI dialogs in Nextcloud. Documentation: https://nextcloud-libraries.github.io/nextcloud-dialogs/
6464

6565
``@nextcloud/files``
6666
^^^^^^^^^^^^^^^^^^^^
6767

68-
This package provides helper functions around the Files app. Documentation: https://nextcloud.github.io/nextcloud-files/
68+
This package provides helper functions around the Files app. Documentation: https://nextcloud-libraries.github.io/nextcloud-files/
6969

7070
``@nextcloud/initial-state``
7171
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7272

73-
This package provides the counterpart for the `\\OCP\\IInitialStateService` on the back-end. Use it to retrieve your stored data on page load. Documentation: https://nextcloud.github.io/nextcloud-initial-state/
73+
This package provides the counterpart for the `\\OCP\\IInitialStateService` on the back-end. Use it to retrieve your stored data on page load. Documentation: https://nextcloud-libraries.github.io/nextcloud-initial-state/
7474

7575
``@nextcloud/l10n``
7676
^^^^^^^^^^^^^^^^^^^
7777

78-
This package provides everything around localization, like access to the current user's locale and translation helpers. Documentation: https://nextcloud.github.io/nextcloud-l10n/
78+
This package provides everything around localization, like access to the current user's locale and translation helpers. Documentation: https://nextcloud-libraries.github.io/nextcloud-l10n/
7979

8080
``@nextcloud/logger``
8181
^^^^^^^^^^^^^^^^^^^^^
8282

83-
This package provides a unified logging helper that adds app names, severity and other context to log messages. Use it to enhance the output of your app's logs, useful for development and triaging bug reports. Documentation: https://nextcloud.github.io/nextcloud-logger/
83+
This package provides a unified logging helper that adds app names, severity and other context to log messages. Use it to enhance the output of your app's logs, useful for development and triaging bug reports. Documentation: https://nextcloud-libraries.github.io/nextcloud-logger/
8484

8585
``@nextcloud/moment``
8686
^^^^^^^^^^^^^^^^^^^^^
8787

88-
This package provides a modified version of `moment.js <https://momentjs.com/>`_ with the current user's locale set. Documentation: https://nextcloud.github.io/nextcloud-moment/
88+
This package provides a modified version of `moment.js <https://momentjs.com/>`_ with the current user's locale set. Documentation: https://nextcloud-libraries.github.io/nextcloud-moment/
8989

9090
``@nextcloud/password-confirmation``
9191
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9292

93-
This package makes it possible to ask a user for confirmation on actions that have the ``#[PasswordConfirmationRequired]`` attribute or ``@PasswordConfirmationRequired`` annotation set on the controller method. Use it for critical actions. Documentation: https://nextcloud.github.io/nextcloud-password-confirmation/
93+
This package makes it possible to ask a user for confirmation on actions that have the ``#[PasswordConfirmationRequired]`` attribute or ``@PasswordConfirmationRequired`` annotation set on the controller method. Use it for critical actions. Documentation: https://nextcloud-libraries.github.io/nextcloud-password-confirmation/
9494

9595
``@nextcloud/paths``
9696
^^^^^^^^^^^^^^^^^^^^
9797

98-
This package provides various helpers for file and folder paths. Documentation: https://nextcloud.github.io/nextcloud-paths/
98+
This package provides various helpers for file and folder paths. Documentation: https://nextcloud-libraries.github.io/nextcloud-paths/
9999

100100
``@nextcloud/router``
101101
^^^^^^^^^^^^^^^^^^^^^
102102

103-
This package provides helpers to generate URLs, e.g. to access assets and REST APIs of your app or the Nextcloud server. Documentation: https://nextcloud.github.io/nextcloud-router/
103+
This package provides helpers to generate URLs, e.g. to access assets and REST APIs of your app or the Nextcloud server. Documentation: https://nextcloud-libraries.github.io/nextcloud-router/
104104

105105
``@nextcloud/vue``
106106
^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)