Skip to content

Commit

Permalink
[FLINK-10797][docs] Fix broken ide_setup links
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored and zentol committed Nov 7, 2018
1 parent d61421b commit 1a0a005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The IntelliJ IDE supports Maven out of the box and offers a plugin for Scala dev
* IntelliJ download: [https://www.jetbrains.com/idea/](https://www.jetbrains.com/idea/)
* IntelliJ Scala Plugin: [http:https://plugins.jetbrains.com/plugin/?id=1347](http:https://plugins.jetbrains.com/plugin/?id=1347)

Check out our [Setting up IntelliJ](https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#intellij-idea) guide for details.
Check out our [Setting up IntelliJ](https://ci.apache.org/projects/flink/flink-docs-master/flinkDev/ide_setup.html#intellij-idea) guide for details.

### Eclipse Scala IDE

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ under the License.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<!-- Note: match version with docs/internals/ide_setup.md -->
<!-- Note: match version with docs/flinkDev/ide_setup.md -->
<version>8.9</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 1a0a005

Please sign in to comment.