diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ddb430ef..8d10d1b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,10 @@ - Allow for PlantUML diagrams in documentation [#1229](https://github.com/nextcloud/cookbook/pull/1229) @christianlupus +### Documentation +- Fix bad writing + [#1256](https://github.com/nextcloud/cookbook/pull/1256) @MarcelRobitaille + ### Removed - Remove the deprecated endpoints from version 0.9.15 [#1200](https://github.com/nextcloud/cookbook/pull/1200) @christianlupus diff --git a/docs/dev/contributing/setup.md b/docs/dev/contributing/setup.md index 2c60d49e3..d64f0e8f8 100644 --- a/docs/dev/contributing/setup.md +++ b/docs/dev/contributing/setup.md @@ -29,7 +29,7 @@ cd /var/www/nextcloud/apps git clone https://github.com/nextcloud/cookbook.git # you may want to clone your own fork if you are contributing pull requests ``` -### Usage of the docker-compose file by juliushaertl +### Usage of [nextcloud-docker-dev](https://github.com/juliushaertl/nextcloud-docker-dev) by juliushaertl If you installed via Docker, [the volumes section of the `docker-compose.yml`](https://github.com/juliushaertl/nextcloud-docker-dev/blob/2bbf26cc257081d9ed72abc947441849fca59dcd/docker-compose.yml#L68) shows that there are many options for specifying apps. @@ -41,9 +41,9 @@ You might need to adopt the path specification according to your local setup. Al Be sure to recreate the containers after modifying `docker-compose.yml` using `docker-compose up -d`. -### Usage of the docker-compose scripts by christianlupus +### Usage of [nextcloud-docker-debug](https://github.com/christianlupus/nextcloud-docker-debug) by christianlupus -The installation process is described in the README of the project. Feel free to contact the author in cases of problems. +The installation process is described in the README of that project. Feel free to contact the author in cases of problems. ## Install PHP dependencies