You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/11/15 17:29:15 UTC

svn commit: r1409868 - /mina/site/trunk/content/mina-project/developper-guide.mdtext

Author: elecharny
Date: Thu Nov 15 16:29:14 2012
New Revision: 1409868

URL: http://svn.apache.org/viewvc?rev=1409868&view=rev
Log:
Updated the Java convention links

Modified:
    mina/site/trunk/content/mina-project/developper-guide.mdtext

Modified: mina/site/trunk/content/mina-project/developper-guide.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/developper-guide.mdtext?rev=1409868&r1=1409867&r2=1409868&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/developper-guide.mdtext (original)
+++ mina/site/trunk/content/mina-project/developper-guide.mdtext Thu Nov 15 16:29:14 2012
@@ -50,7 +50,7 @@ If you want to check out the source code
 
 # Coding Convention
 
-We follow [Sun's standard Java coding convention](http://java.sun.com/docs/codeconv/) except that we always use spaces instead of tabs. Please download [the Eclipse Java formatter settings file](ImprovedJavaConventions.xml) before you make any changes to the code.
+We follow [Sun's standard Java coding convention](http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html) except that we always use spaces instead of tabs. Please download [the Eclipse Java formatter settings file](ImprovedJavaConventions.xml) before you make any changes to the code.
 
 This file is also available in the `/resources` directory.