Skip to content

Commit cf36d52

Browse files
authored
Merge pull request #15177 from nextcloud/fix/nextcloud-docker-dev-url
fix: update nextcloud-docker-dev URLs to nextcloud org
2 parents 539ee9c + 34b782f commit cf36d52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

developer_manual/exapp_development/DevSetup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Setting up dev environment
44
==========================
55

66
AppAPI development requires a Nextcloud development environment setup.
7-
We highly recommend using `Julius Knorr's Docker setup <https://github.com/juliusknorr/nextcloud-docker-dev>`_ for this.
7+
We highly recommend using the `nextcloud-docker-dev <https://github.com/nextcloud/nextcloud-docker-dev>`_ setup (originally developed by Julius Knorr) for this.
88
For an alternate environment without using Docker, please refer to the setup instructions in :doc:`Getting started <../getting_started/devenv>`.
99

1010
Suggested IDE: **PhpStorm**, though you can certainly use any IDE of your preference such as **VS Code** or **Vim**.

developer_manual/exapp_development/development_overview/ExAppOverview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ It is recommended to use the following default set of commands:
214214
- ``copy_translations``: copies translations to needed location depending on your ExApp backend programming language.
215215

216216
.. note::
217-
These Makefiles are typically written to work in the `nextcloud-docker-dev <https://github.com/juliusknorr/nextcloud-docker-dev>`_ development environment.
217+
These Makefiles are typically written to work in the `nextcloud-docker-dev <https://github.com/nextcloud/nextcloud-docker-dev>`_ development environment.
218218

219219
For a complete example, you can take a look at our `Makefile for the 3rd-party service example <https://github.com/cloud-py-api/visionatrix/blob/main/Makefile>`_.
220220
This example also requires the ``xmlstarlet`` program to be installed so that the Makefile can automatically detect the ExApp version from the info.xml file.

0 commit comments

Comments
 (0)