You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/05/10 19:54:32 UTC

svn commit: r655136 - /incubator/tuscany/java/sca/tutorial/store-mashup/gadget/store-gadget.html

Author: jsdelfino
Date: Sat May 10 10:54:32 2008
New Revision: 655136

URL: http://svn.apache.org/viewvc?rev=655136&view=rev
Log:
Fixed incorrect href link.

Modified:
    incubator/tuscany/java/sca/tutorial/store-mashup/gadget/store-gadget.html

Modified: incubator/tuscany/java/sca/tutorial/store-mashup/gadget/store-gadget.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-mashup/gadget/store-gadget.html?rev=655136&r1=655135&r2=655136&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-mashup/gadget/store-gadget.html (original)
+++ incubator/tuscany/java/sca/tutorial/store-mashup/gadget/store-gadget.html Sat May 10 10:54:32 2008
@@ -141,7 +141,7 @@
 		<br>		
 		<input type="button" onClick="checkoutCart()" value="Checkout"> 
 		<input type="button" onClick="deleteCart()" value="Empty">     
-	   	<a href="../ShoppingCart/Cart/" target="_top">(feed)</a>
+	   	<a href="/ShoppingCart/Cart/" target="_top">(feed)</a>
 	</form>    
   </div>
 </body>