You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/11/21 17:57:33 UTC

svn commit: r1412191 - /mina/site/trunk/content/mina-project/documentation.mdtext

Author: elecharny
Date: Wed Nov 21 16:57:32 2012
New Revision: 1412191

URL: http://svn.apache.org/viewvc?rev=1412191&view=rev
Log:
Updated the page to fix some links

Modified:
    mina/site/trunk/content/mina-project/documentation.mdtext

Modified: mina/site/trunk/content/mina-project/documentation.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/documentation.mdtext?rev=1412191&r1=1412190&r2=1412191&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/documentation.mdtext (original)
+++ mina/site/trunk/content/mina-project/documentation.mdtext Wed Nov 21 16:57:32 2012
@@ -73,20 +73,21 @@ You might also want to read the [frequen
 ## Examples
 
 You can browse all examples [here](http://mina.apache.org/report/trunk/xref/org/apache/mina/example/).
+
 | Name | Feature it demonstrates | Side |
 |---|---|---|
 | [Reverser](http://mina.apache.org/mina-project/xref/org/apache/mina/example/reverser/) | Text protocol based on a protocol codec | Server |
 | [SumUp server](http://mina.apache.org/mina-project/xref/org/apache/mina/example/sumup/) | Complex binary protocol based on a protocol codec | Both |
-| [Echo server](http://mina.apache.org/mina-projectxref/org/apache/mina/example/echoserver/) | Low-level I/O and SSL | Server |
+| [Echo server](http://mina.apache.org/mina-project/xref/org/apache/mina/example/echoserver/) | Low-level I/O and SSL | Server |
 | [NetCat](http://mina.apache.org/mina-project/xref/org/apache/mina/example/netcat/) | Client programming | Client |
-| [HTTP server](http://mina.apache.org/mina-project/xref/org/apache/mina/example/httpserver/) | Stream-based synchronous I/O | Server |
+| [HTTP server](http://mina.apache.org/mina-project/xref/org/apache/mina/http/) | Stream-based synchronous I/O | Server |
 | [Tennis](http://mina.apache.org/mina-project/xref/org/apache/mina/example/tennis/) | In-VM pipe communication | Both |
 | [Chat server](http://mina.apache.org/mina-project/xref/org/apache/mina/example/chat/) | Spring integration | Both |
 | [Proxy](http://mina.apache.org/mina-project/xref/org/apache/mina/example/proxy/) | Resending received bytes on another session. | Both |
 
 ## Older Presentation Materials
 
-* [Building TCP/IP Servers with Apache MINA (ApacheCon EU 2007)](resources/ACEU2007.pdf] by Peter Royal
-* [Building TCP/IP Servers with Apache MINA (ApacheCon EU 2006)](resources/ACEU2006.pdf] by Peter Royal
-* [Introduction to MINA (ApacheCon US 2005)](resources/ACUS2005.pdf] by Trustin Lee ([Demo movie](resources/ACUS2005.swf))
+* [Building TCP/IP Servers with Apache MINA (ApacheCon EU 2007)](resources/ACEU2007.pdf) by Peter Royal
+* [Building TCP/IP Servers with Apache MINA (ApacheCon EU 2006)](resources/ACEU2006.pdf) by Peter Royal
+* [Introduction to MINA (ApacheCon US 2005)](resources/ACUS2005.pdf) by Trustin Lee ([Demo movie](resources/ACUS2005.swf))