diff --git a/docs/composer/plugin/d8-sass-theme/index.md b/docs/composer/plugin/d8-sass-theme/index.md
index eb99baf605d7eb0a2d83ec2cb8d54466e56fbd9d..8ccbc08af7cb6e76c5f92783b4c5520778494e72 100644
--- a/docs/composer/plugin/d8-sass-theme/index.md
+++ b/docs/composer/plugin/d8-sass-theme/index.md
@@ -244,7 +244,7 @@ Gulp by default will run the tasks `fonts`, `js` and `css` which are described i
 
 `gulp css` will compile your sass files into css once. When adding the argument `--env production` then the output will be optimized for production environments, otherwise the output will be optimized for development.
 
-`gulp watch` wiwll start a process that monitors your sass directory and automatically calls the css compilation when ever one or more files have changed.
+`gulp watch` will start a process that monitors your sass directory and automatically calls the css compilation when ever one or more files have changed.
 
 # Examples
 
diff --git a/docs/composer/plugin/d8-scaffold/index.md b/docs/composer/plugin/d8-scaffold/index.md
index 67a82df897e5da02ce5facc87e5e27d6d5361aa9..fb7f12f51ae151e4005d66780bbbd248b3a66c6a 100644
--- a/docs/composer/plugin/d8-scaffold/index.md
+++ b/docs/composer/plugin/d8-scaffold/index.md
@@ -7,4 +7,4 @@ tags:
 ---
 # Drupal 8 Project Template Scaffold
 
-This is a composer plugin which is utilized by the [Drupal 8 Project Template](https://gitlab.paragon-es.de/composer/project/drupal-8) project. Detailed documentation can be found there.
+This is a composer plugin which is utilized by the [Drupal 8 Project Template](/composer/project/d8) project. A detailed documentation can be found there.
diff --git a/docs/composer/plugin/d9-scaffold/index.md b/docs/composer/plugin/d9-scaffold/index.md
index a8dee9a94ff56ad46d9ab6601a73a883d0c22d22..2c4b52d4356b84a1ef9965d2b5e04291dc1ca544 100644
--- a/docs/composer/plugin/d9-scaffold/index.md
+++ b/docs/composer/plugin/d9-scaffold/index.md
@@ -7,4 +7,4 @@ tags:
 ---
 # Drupal 9 Project Template Scaffold
 
-This is a composer plugin which is utilized by the [Drupal 9 Project Template](https://gitlab.paragon-es.de/composer/project/drupal-9) project. Detailed documentation can be found there.
+This is a composer plugin which is utilized by the [Drupal 9 Project Template](/composer/project/d9) project. A detailed documentation can be found there.
diff --git a/docs/composer/plugin/dorgflow/index.md b/docs/composer/plugin/dorgflow/index.md
index 08b8efe946743dc46471085eec9f24d924ffa1b6..a0b81d5c6ab6e5e421ca1224337fafdb8d025ac0 100644
--- a/docs/composer/plugin/dorgflow/index.md
+++ b/docs/composer/plugin/dorgflow/index.md
@@ -11,7 +11,7 @@ This is a composer plugin which prepares some of your projects in a composer bas
 
 ## Installation
 
-If you're using the [Drupal Development Environment](https://gitlab.lakedrops.com/composer/plugin/drupal-development-environment), everything is already available for you. Otherwise call `composer require --dev lakedrops/dorgflow` and everything will be taken care off for you automatically - even if you update your Drupal project at any time in the future, the development environments for your defined projects will be kept in place and properly configured.
+If you're using the [Drupal Development Environment](/composer/project/drupal-dev-environment), everything is already available for you. Otherwise, call `composer require --dev lakedrops/dorgflow` and everything will be taken care off for you automatically - even if you update your Drupal project at any time in the future, the development environments for your defined projects will be kept in place and properly configured.
 
 ## Configuration
 
@@ -37,6 +37,6 @@ dorgflow:
 
 ## Usage
 
-There are basicly two different use cases: for projects that you keep maintaining for a longer period of time, you add them to the extra/dorgflow section in your composer.json and when ever you run `composer update`, this will also refresh those projects and re-clone the projects so that you can continue maintaining them in you development environment.
+There are basically two different use cases: for projects that you keep maintaining for a longer period of time, you add them to the extra/dorgflow section in your composer.json and when ever you run `composer update`, this will also refresh those projects and re-clone the projects so that you can continue maintaining them in you development environment.
 
 For projects, you have a spontaneous need, e.g. for writing a patch to an issue, there is a quick way to achieve the same without having to run `composer update`. Simply add the project to the extra/dorgflow section as well and then call `composer lakedrops:dorgflow`. This will just checkout all the projects in this section if needed and you're ready to go.
diff --git a/docs/composer/plugin/drupal-environment/index.md b/docs/composer/plugin/drupal-environment/index.md
index 19efcd2d1872022c1e164cfcb00cc59d80332769..a681abcb1497aa84a499155d96363cc3673ddcb5 100644
--- a/docs/composer/plugin/drupal-environment/index.md
+++ b/docs/composer/plugin/drupal-environment/index.md
@@ -9,9 +9,9 @@ tags:
 
 This composer plugin builds all necessary directory structures for a Drupal project once during initial project creation or installation.
 
-This plugin is required by the `lakedrops/drupal-development-environment` plugin and for developmnent environments there is nothing else you need to be doing.
+This plugin is required by the `lakedrops/drupal-development-environment` plugin and for development environments there is nothing else you need to be doing.
 
-However, if you want to use the mechanism also on other non-development stages to create all the directories and links for you, then you can add `lakedrops/drupal-environment` as a requirement also to the require section of the root project. When you then call `composer install --no-interaction --no-dev` it will also install this plugin and create the full structure required.
+However, if you want to use the mechanism also on other non-development stages to create all the directories and links for you, then you can add `lakedrops/drupal-environment` as a requirement also to the required section of the root project. When you then call `composer install --no-interaction --no-dev` it will also install this plugin and create the full structure required.
 
 In addition, if you define the environment variable `LAKEDROPS_MODE_LIVE=live` before calling composer install, then you also get settings for a production site rather than a development stage.