aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-12-18 12:44:27 +0100
committersonartech <sonartech@sonarsource.com>2018-12-20 11:41:49 +0100
commit687c3b52b21afb9f7e8e80b4329921b1bfef1257 (patch)
treef29415628c33deb9575d5332b6ba072e8cd87e85 /server/sonar-docs
parentb27d62f2454767cee429131cfab3378753217f8f (diff)
downloadsonarqube-687c3b52b21afb9f7e8e80b4329921b1bfef1257.tar.gz
sonarqube-687c3b52b21afb9f7e8e80b4329921b1bfef1257.zip
DOC fix formatting in page "Install Cluster"
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/src/pages/setup/install-cluster.md4
1 files 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/).