fix(ExApp): update URLs for repositories transferred to Nextcloud organization

Signed-off-by: Edward Ly <contact@edward.ly>
This commit is contained in:
Edward Ly
2024-11-12 08:56:39 -08:00
parent 4e56f38793
commit 3a413c46ee
13 changed files with 40 additions and 40 deletions

View File

@@ -22,13 +22,13 @@ Clone the latest main branch:
.. code-block:: bash
git clone https://github.com/cloud-py-api/app_api.git && cd app_api
git clone https://github.com/nextcloud/app_api.git && cd app_api
or clone a specific version by specifying the version tag:
.. code-block:: bash
git clone https://github.com/cloud-py-api/app_api.git --branch <version-tag> && cd app_api
git clone https://github.com/nextcloud/app_api.git --branch <version-tag> && cd app_api
where ``<version-tag>`` is the version you want to install.
@@ -57,7 +57,7 @@ There are two types of Deploy daemons that can be used for development and testi
Docker Socket Proxy
*******************
For development and testing locally, the simplest is to use the `Nextcloud AppAPI DSP HTTP <https://github.com/cloud-py-api/docker-socket-proxy?tab=readme-ov-file#httplocal>`_.
For development and testing locally, the simplest is to use the `Nextcloud AppAPI DSP HTTP <https://github.com/nextcloud/docker-socket-proxy?tab=readme-ov-file#httplocal>`_.
In Place of a Conclusion
""""""""""""""""""""""""