From cc2406c91a2335f3bcf2083961518b36f47877a2 Mon Sep 17 00:00:00 2001 From: CS Date: Wed, 21 Aug 2019 16:24:10 +0200 Subject: [PATCH] DOCS fix broken links (#2020) --- server/sonar-docs/src/pages/requirements/requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index 04994db50ce..b7f1cbd27ce 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -14,11 +14,11 @@ The only prerequisite for running SonarQube is to have Java (Oracle JRE 11 or Op 4. SonarQube does not support 32-bit systems on the server side. SonarQube does, however, support 32-bit systems on the scanner side. ### Enterprise Hardware Recommendations -For large teams or Enterprise-scale installations of SonarQube, additional hardware is required. At the Enterprise level, monitoring your SonarQube instance/instance-administration/java-process-memory is essential and should guide further hardware upgrades as your instance grows. A starting configuration should include at least: +For large teams or Enterprise-scale installations of SonarQube, additional hardware is required. At the Enterprise level, [monitoring your SonarQube instance](/instance-administration/monitoring/) is essential and should guide further hardware upgrades as your instance grows. A starting configuration should include at least: * 8 cores, to allow the main SonarQube platform to run with multiple Compute Engine workers * 16GB of RAM -For additional requirements and recommendations relating to database and ElasticSearch, see Hardware Recommendations/requirements/hardware-recommendations. +For additional requirements and recommendations relating to database and ElasticSearch, see [Hardware Recommendations](/requirements/hardware-recommendations/). ## Supported Platforms ### Java -- 2.39.5