diff --git a/docs/composer/plugin/b4d/index.md b/docs/composer/plugin/b4d/index.md
index 010f48c3f709a5107f711384ac138e4b4dfaff20..9dd4e3b74f56ef985333b1c4d3f3acdc17bd6c21 100644
--- a/docs/composer/plugin/b4d/index.md
+++ b/docs/composer/plugin/b4d/index.md
@@ -21,11 +21,11 @@ You will find links to further documentation on how to write Behat tests at the
 
 ### Command line
 
-The easiest way to run Behat tests is to use the prepared Ahoy commands. Just call `a behat` to get a list of all available commands. In the background, they call the same commands that are described in detail in the following paragraphs.
+The easiest way to run Behat tests is to use the prepared [Ahoy](/composer/plugin/ahoy) commands. Just call `a behat` to get a list of all available commands. In the background, they call the same commands that are described in detail in the following paragraphs.
 
-You need to execute Behat inside of the PHP Docker container. From the root of your project you can launch the containers with `docker-compose up -d` and then enter the PHP container with `docker-compose exec --user root php sh`.
+You need to execute Behat inside the PHP Docker container. From the root of your project you can launch the containers with `docker-compose up -d` and then enter the PHP container with `docker-compose exec --user root php sh`.
 
-Inside of the container you'll be located at `/var/www/html` and in that directory you can run the Behat test suite with the command `vendor/bin/behat --no-interaction --config /var/www/html/tests/behat/behat.yml`
+Inside the container you'll be located at `/var/www/html` and in that directory you can run the Behat test suite with the command `vendor/bin/behat --no-interaction --config /var/www/html/tests/behat/behat.yml`
 
 ### PhpStorm