From 687c3b52b21afb9f7e8e80b4329921b1bfef1257 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 18 Dec 2018 12:44:27 +0100 Subject: [PATCH] DOC fix formatting in page "Install Cluster" --- server/sonar-docs/src/pages/setup/install-cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-docs/src/pages/setup/install-cluster.md b/server/sonar-docs/src/pages/setup/install-cluster.md index c1c5d0137a2..aea9d3b4dca 100644 --- a/server/sonar-docs/src/pages/setup/install-cluster.md +++ b/server/sonar-docs/src/pages/setup/install-cluster.md @@ -108,7 +108,7 @@ sonar.auth.jwtBase64Hs256Secret=Vf4TRrfS6tvsFIHsQlgfhDUkiw3r8= ``` **server3** -```` +``` sonar.cluster.enabled=true sonar.cluster.hosts=ip1,ip2,ip3,ip4,ip5 sonar.cluster.search.hosts=ip3,ip4,ip5 @@ -134,7 +134,7 @@ sonar.cluster.node.type=search sonar.search.host=ip5 ``` -The full set of cluster parameters is listed here. +The full set of cluster parameters is listed [here](/setup/operate-cluster/). Once this configuration is done, take a break and a coffee, then you can [Operate your Cluster](/setup/operate-cluster/). -- 2.39.5