You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by wo...@apache.org on 2010/04/19 13:13:32 UTC

svn commit: r935527 - /portals/site/bridges/src/site/xdoc/index.xml

Author: woonsan
Date: Mon Apr 19 11:13:32 2010
New Revision: 935527

URL: http://svn.apache.org/viewvc?rev=935527&view=rev
Log:
JS2-1187: Fixing broken links.

Modified:
    portals/site/bridges/src/site/xdoc/index.xml

Modified: portals/site/bridges/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/portals/site/bridges/src/site/xdoc/index.xml?rev=935527&r1=935526&r2=935527&view=diff
==============================================================================
--- portals/site/bridges/src/site/xdoc/index.xml (original)
+++ portals/site/bridges/src/site/xdoc/index.xml Mon Apr 19 11:13:32 2010
@@ -31,7 +31,7 @@ limitations under the License.
       </p>
       <subsection name="JavaServer Faces">
       <p>
-	  JavaServer Faces (JSF) applications can be run within an Portlet environment with little or no changes using the <a href="multiproject/portals-bridges-jsf/index.html">JSF bridge</a>
+	  JavaServer Faces (JSF) applications can be run within an Portlet environment with little or no changes using the <a href="bridges-jsf/index.html">JSF bridge</a>
       which provides a JSFPortlet ready to be deployed.
       Similar functionality is also available from the <a href='http://myfaces.apache.org/portlet-bridge/index.html'>Apache MyFaces PortletBridge</a>.  
       This bridge is the reference implementation for <a href='http://www.jcp.org/en/jsr/detail?id=301'>JSR 301: Portlet Bridge for JavaServer Faces</a>.
@@ -53,10 +53,10 @@ limitations under the License.
       </p>
       <p>
       All that is needed is an implementation of the generic ServletContextProvider interface, provided with The Portals
-      Bridges <a href="multiproject/portals-bridges-common/index.html">Common</a> library, for a specific Portal.
+      Bridges <a href="bridges-common/index.html">Common</a> library, for a specific Portal.
       </p>
       <p>
-      The <a href="multiproject/portals-bridges-struts/index.html">Portals Struts Bridge</a> furthermore provides a truly transparent mapping of the two request events
+      The <a href="bridges-struts/index.html">Portals Struts Bridge</a> furthermore provides a truly transparent mapping of the two request events
       onto the underlying Struts Action mappings and enables an existing Struts Application to be run within a Portlet context
       with very little changes.
       </p>