You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by mn...@apache.org on 2010/06/17 15:53:57 UTC

svn commit: r955600 - /incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html

Author: mnuttall
Date: Thu Jun 17 13:53:57 2010
New Revision: 955600

URL: http://svn.apache.org/viewvc?rev=955600&view=rev
Log:
Fix small typos

Modified:
    incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html

Modified: incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html?rev=955600&r1=955599&r2=955600&view=diff
==============================================================================
--- incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html (original)
+++ incubator/aries/trunk/samples-sandbox/wordassociation-sample/demoscript.html Thu Jun 17 13:53:57 2010
@@ -265,7 +265,7 @@ Launch the OSGi container (from wordasso
 java -jar osgi-3.5.0.v20090520.jar -clean -console
 </p>
 
-<p>Confirm that <a href=http://localhost:8080/wordassociation-web/AssociateWord>http://localhost:8080/wordassociation.web/AssociateWord</a> 
+<p>Confirm that <a href=http://localhost:8080/wordassociation-web/AssociateWord>http://localhost:8080/wordassociation-web/AssociateWord</a> 
 URL works. 
 </p>
 
@@ -502,7 +502,7 @@ associate with it. We do this with html 
 been associated with that word. 
 </p>
 <p class="instruction">
-Add the following content to the doPost() method using the <span class="template>dopost</span> template:
+Add the following content to the doPost() method using the <span class="template">dopost</span> template:
 </p>
 <p class="code">                String word = request.getParameter("word");
                 String association = request.getParameter("association");