From 192f1f35c5225d31448bae2b6bef5e9d54b3d300 Mon Sep 17 00:00:00 2001 From: danielspeicher <daniel.speicher@bitegra-solutions.de> Date: Fri, 15 Jan 2021 09:46:39 +0100 Subject: [PATCH] devops-tools/documentation#9 --- docs/composer/plugin/d4d/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/composer/plugin/d4d/index.md b/docs/composer/plugin/d4d/index.md index dced399..3ede8eb 100644 --- a/docs/composer/plugin/d4d/index.md +++ b/docs/composer/plugin/d4d/index.md @@ -11,13 +11,13 @@ This composer plugin prepares your local development environment for Docker usin ## Requirements -This plugin is best used inside of [L3D](https://gitlab.lakedrops.com/docker/l3d) where no further requirements need to be met. +This plugin is best used inside of [L3D](/docker/l3d) where no further requirements need to be met. ## Installation in your Drupal project This is a composer plugin. It can be used both in composer based Drupal installations and also vanilla Drupal without composer. -If you're using the latest version of either [D8 Project Template](https://gitlab.lakedrops.com/composer/project/drupal-8) or [D9 Project Template](https://gitlab.lakedrops.com/composer/project/drupal-9), this docker4drupal plugin will be installed automatically as a dependency of the [Drupal Development Environment](https://gitlab.lakedrops.com/composer/drupal-development-environment). +If you're using the latest version of either [D8 Project Template](/composer/project/d8) or [D9 Project Template](/composer/project/d9), this docker4drupal plugin will be installed automatically as a dependency of the [Drupal Development Environment](/composer/plugin/drupal-dev-environment). In all other cases, simply install it by typing @@ -31,7 +31,7 @@ This will install and configure all required files so that you can launch your D - Create and configure **settings.docker.php** in your settings directory - Modify your **settings.php** to load **settings.docker.php** if available - Create Drush settings, aliases and shell-aliases in a `drush` subdirectory of the current directory -- Configure and (re)start a single Docker [Traefik](https://docs.traefik.io) service in the `~/.traefik` directory which serves as a proxy for any number of parallel running Docker4Drupal projects. This service is provided by the [LakeDrops Traefik Library](https://gitlab.lakedrops.com/composer/library/docker-traefik). +- Configure and (re)start a single Docker [Traefik](https://docs.traefik.io) service in the `~/.traefik` directory which serves as a proxy for any number of parallel running Docker4Drupal projects. This service is provided by the [LakeDrops Traefik Library](/composer/library/traefik). - Add those new files to **.gitignore** as you usually don't want them to be committed ### Installation in a vanilla Drupal project -- GitLab