From 0aa3dccdcd80c5c58161296718974f695cdea2c9 Mon Sep 17 00:00:00 2001 From: Bowen Li Date: Thu, 9 Mar 2017 13:55:07 -0800 Subject: [PATCH] [FLINK-6010] Documentation: correct IntelliJ IDEA Plugins path in 'Installing the Scala plugin' section --- docs/internals/ide_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/ide_setup.md b/docs/internals/ide_setup.md index f170588ea2000..329f4cd476204 100644 --- a/docs/internals/ide_setup.md +++ b/docs/internals/ide_setup.md @@ -59,7 +59,7 @@ The IntelliJ installation setup offers to install the Scala plugin. If it is not installed, follow these instructions before importing Flink to enable support for Scala projects and files: -1. Go to IntelliJ plugins settings (File -> Settings -> Plugins) and +1. Go to IntelliJ plugins settings (IntelliJ IDEA -> Preferences -> Plugins) and click on "Install Jetbrains plugin...". 2. Select and install the "Scala" plugin. 3. Restart IntelliJ