Skip to content

Commit 1a0a005

Browse files
tisonkunzentol
authored andcommitted
[FLINK-10797][docs] Fix broken ide_setup links
1 parent d61421b commit 1a0a005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The IntelliJ IDE supports Maven out of the box and offers a plugin for Scala dev
100100
* IntelliJ download: [https://www.jetbrains.com/idea/](https://www.jetbrains.com/idea/)
101101
* IntelliJ Scala Plugin: [http://plugins.jetbrains.com/plugin/?id=1347](http://plugins.jetbrains.com/plugin/?id=1347)
102102

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

105105
### Eclipse Scala IDE
106106

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ under the License.
15501550
<dependency>
15511551
<groupId>com.puppycrawl.tools</groupId>
15521552
<artifactId>checkstyle</artifactId>
1553-
<!-- Note: match version with docs/internals/ide_setup.md -->
1553+
<!-- Note: match version with docs/flinkDev/ide_setup.md -->
15541554
<version>8.9</version>
15551555
</dependency>
15561556
</dependencies>

0 commit comments

Comments
 (0)