Fix letter casing of IntelliJ on website

This commit is contained in:
Michal Kordas 2015-03-13 22:11:38 +01:00 committed by Roman Ivanov
parent bf235506eb
commit 08ede2c529
3 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@
<item name="Beginning Development" href="beginning_development.html">
<item name="Eclipse IDE" href="eclipse.html"/>
<item name="Netbeans IDE" href="netbeans.html"/>
<item name="IntellIJ IDE" href="idea.html"/>
<item name="IntelliJ IDE" href="idea.html"/>
</item>
<item name="Javadoc" href="apidocs/index.html"/>
</menu>

View File

@ -31,7 +31,7 @@ git clone git@github.com:you_user_name/checkstyle.git
Here you can find instructions of importing and debugging the project for IDEs:<br/>
<a href="eclipse.html">Eclipse IDE</a><br/>
<a href="netbeans.html">Netbeans IDE</a><br/>
<a href="idea.html">IntellIJ Idea IDE</a><br/>
<a href="idea.html">IntelliJ Idea IDE</a><br/>
</p>
<p>

View File

@ -5,7 +5,7 @@
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Importing and debugging in IntellIJ IDE</title>
<title>Importing and debugging in IntelliJ IDE</title>
<author>Checkstyle Development Team</author>
</properties>