Author: rwhitcomb
Date: Sat Nov  4 02:37:43 2017
New Revision: 1814244

URL: http://svn.apache.org/viewvc?rev=1814244&view=rev
Log:
Updated the external link to the Java 8 API Javadoc.


Modified:
    pivot/trunk/build.xml

Modified: pivot/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1814244&r1=1814243&r2=1814244&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Sat Nov  4 02:37:43 2017
@@ -506,7 +506,7 @@ limitations under the License.
             <packageset dir="wtk/src" includes="**/*"/>
             <packageset dir="wtk-terra/src" includes="**/*"/>
 
-            <link href="http://download.oracle.com/javase/8/docs/api"/>
+            <link href="https://docs.oracle.com/javase/8/docs/api/"/>
             <link href="http://download.oracle.com/javaee/7/api/"/>
         </javadoc>
     </target>


Reply via email to