From 6d1b4781c93f9d82946f40112fcf901bcb5a1304 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 9 Nov 2024 14:08:27 +0900 Subject: [PATCH] Update docs/installing.md: remove the link to itself Signed-off-by: Suguru Hirahara --- docs/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing.md b/docs/installing.md index f67b9ce01..c431cb42b 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -78,7 +78,7 @@ To configure Service Discovery in this way, add the following configuration to y matrix_static_files_container_labels_base_domain_enabled: true ``` -After configuring the playbook, run the [installation](installing.md) command: +After configuring the playbook, run the installation command: ```sh ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start