Author: schor
Date: Wed Jul 24 19:28:56 2013
New Revision: 1506668

URL: http://svn.apache.org/r1506668
Log:
no Jira - fix typo and 2 broken links found by Jerry while reviewing release

Modified:
    uima/uimaj/trunk/README
    uima/uimaj/trunk/RELEASE_NOTES.html

Modified: uima/uimaj/trunk/README
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/README?rev=1506668&r1=1506667&r2=1506668&view=diff
==============================================================================
--- uima/uimaj/trunk/README (original)
+++ uima/uimaj/trunk/README Wed Jul 24 19:28:56 2013
@@ -66,7 +66,7 @@ What's New in 2.4.1
 Supported Platforms
 --------------------
 
-Apache UIMA requires Java level 1.5; it has been tested with Sun/Oracle Java 
SDK v5 and v6 amd v7, and IBM Java 6 and 7.
+Apache UIMA requires Java level 1.5; it has been tested with Sun/Oracle Java 
SDK v5 and v6 and v7, and IBM Java 6 and 7.
 Running the Eclipse plugin tooling for UIMA requires you start Eclipse using a 
Java 5 or later, as well.
 The supported platforms are: Windows, Linux, Solaris, AIX and Mac OS X.  
 Other platforms and Java (5+) implementations should work, but have not been 
significantly tested.

Modified: uima/uimaj/trunk/RELEASE_NOTES.html
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/RELEASE_NOTES.html?rev=1506668&r1=1506667&r2=1506668&view=diff
==============================================================================
--- uima/uimaj/trunk/RELEASE_NOTES.html (original)
+++ uima/uimaj/trunk/RELEASE_NOTES.html Wed Jul 24 19:28:56 2013
@@ -158,7 +158,7 @@ delete the file but instead move it to t
 org.apache.uima.jcas.tcas. For more information about JCas and 
 DocumentAnnotation please see Section 5.5.4, 
 "Adding Features to DocumentAnnotation" in the 
-  <a href="docs/html/references/references.html">UIMA References</a> manual.
+  <a href="docs/d/references.html">UIMA References</a> manual.
 </p>  
   
 <h3>3.2. JCas.getDocumentAnnotation</h3>
@@ -168,7 +168,7 @@ must be replaced with JCas.getDocumentAn
 JCas.getDocumentAnnotationFs() returns type TOP, so your code must cast this 
to 
 type DocumentAnnotation. The reasons for this are described in Section 
 5.5.4, "Adding Features to DocumentAnnotation" in the 
-<a href="docs/html/references/references.html">UIMA References</a> manual.
+<a href="docs/d/references.html">UIMA References</a> manual.
 </p>
   
 <h3>3.3. Rare Cases Where Additional Manual Migration is Necessary</h3>
@@ -177,7 +177,7 @@ For most users there should not be any a
 However, if the migration tool reported an additional warning or if you are 
 having trouble getting your code to compile or run after running the 
migration, 
 please see Section 1.4.2. "Rare Cases Where Additional Manual Migration is 
-Necessary," in the <a 
href="docs/html/overview_and_setup/overview_and_setup.html">
+Necessary," in the <a href="docs/d/overview_and_setup.html">
 Overview and Setup</a> manual.
 </p>
   


Reply via email to