[Jython-checkins] jython: Fix javadoc pointer.

frank.wierzbicki jython-checkins at python.org
Wed Apr 23 05:46:16 CEST 2014


http://hg.python.org/jython/rev/4105892103e8
changeset:   7210:4105892103e8
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Wed Apr 23 03:46:06 2014 +0000
summary:
  Fix javadoc pointer.

files:
  build.xml |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -701,7 +701,7 @@
                  windowtitle="Jython API documentation"
                  bottom="<a href='http://www.jython.org' target='_top'>Jython homepage</a>"
         >
-            <link href="http://java.sun.com/j2se/1.6.0/docs/api/" />
+            <link href="http://docs.oracle.com/javase/7/docs/api/" />
             <classpath refid="javadoc.classpath" />
         </javadoc>
     </target>

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list