diff --git a/docs/configuring-playbook.md b/docs/configuring-playbook.md
index 8b7859509..144d7975a 100644
--- a/docs/configuring-playbook.md
+++ b/docs/configuring-playbook.md
@@ -2,13 +2,7 @@
⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS server](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > Configuring the playbook > [Installing](installing.md)
-To configure the Ansible playbook, you need to have done the following things:
-
-- have a server where Matrix services will run
-- [configured your DNS records](configuring-dns.md)
-- [retrieved the playbook's source code](getting-the-playbook.md) to your computer
-
-You can then follow these steps inside the playbook directory:
+If you've configured your DNS records and retrieved the playbook's source code to your computer, you can start configuring the playbook. To do so, follow these steps inside the playbook directory:
1. create a directory to hold your configuration (`mkdir -p inventory/host_vars/matrix.example.com` where `example.com` is your "base domain")
diff --git a/docs/installing.md b/docs/installing.md
index a7abd877d..a2c54a68b 100644
--- a/docs/installing.md
+++ b/docs/installing.md
@@ -2,7 +2,7 @@
⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS server](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > Installing
-If you've [configured your DNS](configuring-dns.md) and have [configured the playbook](configuring-playbook.md), you can start the installation procedure.
+If you've configured your DNS records and the playbook, you can start the installation procedure.
## Update Ansible roles