You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ka...@apache.org on 2015/04/20 09:29:30 UTC

svn commit: r1674752 - /openwebbeans/cms-site/trunk/content/owbsetup_se.mdtext

Author: karlkilden
Date: Mon Apr 20 07:29:30 2015
New Revision: 1674752

URL: http://svn.apache.org/r1674752
Log:
Made mentioning of module a link to said module

Modified:
    openwebbeans/cms-site/trunk/content/owbsetup_se.mdtext

Modified: openwebbeans/cms-site/trunk/content/owbsetup_se.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/owbsetup_se.mdtext?rev=1674752&r1=1674751&r2=1674752&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/owbsetup_se.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/owbsetup_se.mdtext Mon Apr 20 07:29:30 2015
@@ -33,7 +33,7 @@ How to download is explained here: [down
 
 For JavaSE you need:
 
-  - **openwebbeans-spi.jar**
+  - **[openwebbeans-spi.jar][2]**
   - **openwebbeans-impl.jar**
 
 Those two parts of OpenWebBeans are what you could call "system core".
@@ -55,7 +55,7 @@ to the download page and added them to y
 ###Bootstrapping OpenWebBeans
 
 For now we recommend two ways for booting up the OpenWebBeans container: 
-[**Deltaspike CdiCtrl**][2] or booting it yourself in i.e. a standard main method. 
+[**Deltaspike CdiCtrl**][3] or booting it yourself in i.e. a standard main method. 
 
 #### Option number one - Apache DeltaSpike CdiCtrl
 
@@ -63,7 +63,7 @@ Apache DeltaSpike is a set of portable C
 to control various CDI-Containers without having to change your own code. It contains an API
 and multiple implementations for a few CDI Containers.
 
-For most projects [**Deltaspike CdiCtrl**][2] will be the smoother choice to boot your project
+For most projects [**Deltaspike CdiCtrl**][4] will be the smoother choice to boot your project
 in JavaSE . 
 
 
@@ -92,9 +92,11 @@ to do advanced things.
 
 
 
-From here you might want to look at our samples selection: [samples][3].
+From here you might want to look at our samples selection: [samples][5].
 
 
   [1]: /download.html
-  [2]: http://deltaspike.apache.org/documentation.html#with-java-se
-  [3]: /openwebbeans/samples.html
\ No newline at end of file
+  [2]: /download.html#Required
+  [3]: http://deltaspike.apache.org/documentation.html#with-java-se
+  [4]: http://deltaspike.apache.org/documentation.html#with-java-se
+  [5]: /openwebbeans/samples.html
\ No newline at end of file