From d992c5b59e0e2158b1f6b2f7b2ba6046e96ea6e6 Mon Sep 17 00:00:00 2001 From: Oge Nnadi Date: Thu, 28 May 2020 14:52:40 +0300 Subject: [PATCH] [readme] fix link to "path variables" page At the previous link, there is no mention of "path variables" on the page. GitOrigin-RevId: 9b75dd584212c1c88f801ae0826ce28c23363e1b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd3d80db743c..566d75e11820 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ JDK version 1.8 (u162 or newer) is required for building and developing for Inte 2. Also configure a JDK named "**IDEA jdk**" (case sensitive), pointing to ``. If you don’t want to install JDK 1.6 then you may configure **IDEA jdk** to point to ``. However, you must be careful to avoid using Java 8 APIs in IntelliJ IDEA Community Edition modules that use **IDEA jdk**. * If not already present, add the corresponding path for tools.jar to the Classpath for "**IDEA jdk**" JDK. -3. If the _Maven Integration_ plugin is disabled, [add the path variable](https://www.jetbrains.com/help/idea/working-with-projects.html#path-variables) +3. If the _Maven Integration_ plugin is disabled, [add the path variable](https://www.jetbrains.com/help/idea/absolute-path-variables.html) "**MAVEN_REPOSITORY**" pointing to `/.m2/repository` directory. 4. _**Speed Tip:**_ If you have enough RAM on your computer, [configure the compiler settings](https://www.jetbrains.com/help/idea/specifying-compilation-settings.html)