Typo: 'JavaDoc' -> 'Javadoc'. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jxpath/trunk@1831657 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.md b/README.md index 4bd3c3f..b6a8665 100644 --- a/README.md +++ b/README.md
@@ -52,7 +52,7 @@ ------------- More information can be found on the [Apache Commons JXPath homepage](https://commons.apache.org/proper/commons-jxpath). -The [JavaDoc](https://commons.apache.org/proper/commons-jxpath/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-jxpath/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons JXPath should be posted to the [user mailing list][ml]. Where can I get the latest release?
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6f90860..317b26b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml
@@ -51,7 +51,7 @@ Update to Java 7 </action> <action issue="JXPATH-172" dev="britter" type="update" due-to="Michele Vivoda"> - Clarify JavaDoc of JXPathContext#getPointer + Clarify Javadoc of JXPathContext#getPointer </action> <action issue="JXPATH-113" dev="britter" type="fix" due-to="Michele Vivoda"> NullPointerException in ChildContext when document only contains an empty root node
diff --git a/src/site/site.xml b/src/site/site.xml index 1007ce3..0e759f9 100644 --- a/src/site/site.xml +++ b/src/site/site.xml
@@ -28,14 +28,14 @@ <item name="Overview" href="/index.html"/> <item name="Download" href="http://commons.apache.org/jxpath/download_jxpath.cgi"/> <item name="User's Guide" href="/users-guide.html"/> - <item name="JavaDoc" href="/apidocs/index.html"/> + <item name="Javadoc" href="/apidocs/index.html"/> <item name="Release Notes" href="/release-notes-1.3.html"/> <item name="Dependencies" href="/dependencies.html"/> <item name="License" href="/license.html"/> <item name="Wiki" href="http://wiki.apache.org/commons/JXPath"/> </menu> <menu name="JXPath 1.3"> - <item name="JavaDoc" href="/javadocs/api-1.3/"/> + <item name="Javadoc" href="/javadocs/api-1.3/"/> <item name="Release Notes" href="/release-notes-1.3.html"/> </menu> <menu name="JXPath 1.2"> @@ -49,7 +49,7 @@ <menu name="Development"> <item name="Mailing Lists" href="/mail-lists.html"/> <item name="Issue Tracking" href="/issue-tracking.html"/> - <item name="Latest JavaDoc" href="/apidocs/index.html"/> + <item name="Latest Javadoc" href="/apidocs/index.html"/> <item name="Source Repository" href="/source-repository.html"/> <item name="Building" href="/building.html"/> </menu>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 7062919..d417df1 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml
@@ -76,7 +76,7 @@ JXPath documentation currently contains: <ul> <li><a href="users-guide.html">User's Guide</a></li> - <li><a href="apidocs/index.html">JavaDoc API Documentation</a></li> + <li><a href="apidocs/index.html">Javadoc API Documentation</a></li> <!-- <li><a href="design.html">JXPath Design</a>, which is a document primarily intended for those who are interested in extending JXPath. It could also be quite useful if you are debugging a tough problem.