Author: vishwanathk
Date: Tue Aug 14 10:18:01 2012
New Revision: 1372824

URL: http://svn.apache.org/viewvc?rev=1372824&view=rev
Log:
Links with Markdown syntax

Modified:
    openejb/trunk/openejb/examples/jpa-eclipselink/README.md

Modified: openejb/trunk/openejb/examples/jpa-eclipselink/README.md
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/jpa-eclipselink/README.md?rev=1372824&r1=1372823&r2=1372824&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/jpa-eclipselink/README.md (original)
+++ openejb/trunk/openejb/examples/jpa-eclipselink/README.md Tue Aug 14 
10:18:01 2012
@@ -62,7 +62,7 @@ The entity itself is simply a pojo annot
 ## Database Operations
 
 This is the bean responsible for database operations; it allows us to persist 
or delete entities.
-For more information we recommend you to see 
http://openejb.apache.org/examples-trunk/injection-of-entitymanager/README.html
+For more information we recommend you to see 
[injection-of-entitymanager](http://openejb.apache.org/examples-trunk/injection-of-entitymanager/README.html)
 
 
     package org.superbiz.eclipselink;
@@ -204,4 +204,4 @@ When we run our test case we should see 
     Results :
     
     Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
-    
+    
\ No newline at end of file


Reply via email to