svn commit: r1802904 - in /ofbiz/branches/ofbiz-new-website: developers.html template/page/developers.tpl.php

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1802904 - in /ofbiz/branches/ofbiz-new-website: developers.html template/page/developers.tpl.php

Sharan Foga
Author: sharan
Date: Tue Jul 25 09:18:11 2017
New Revision: 1802904

URL: http://svn.apache.org/viewvc?rev=1802904&view=rev
Log:
Improved:Fixed typo for ofbiz-plugins on developers getting started page

Modified:
    ofbiz/branches/ofbiz-new-website/developers.html
    ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/developers.html
URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/developers.html?rev=1802904&r1=1802903&r2=1802904&view=diff
==============================================================================
--- ofbiz/branches/ofbiz-new-website/developers.html (original)
+++ ofbiz/branches/ofbiz-new-website/developers.html Tue Jul 25 09:18:11 2017
@@ -153,7 +153,7 @@
  <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
  <ul class="iconsList">
                   <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
-  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework </code></li>
+  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins</code></li>
   <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
                </ul>
  </div>

Modified: ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php?rev=1802904&r1=1802903&r2=1802904&view=diff
==============================================================================
--- ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php (original)
+++ ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php Tue Jul 25 09:18:11 2017
@@ -52,7 +52,7 @@
  <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
  <ul class="iconsList">
                   <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
-  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework </code></li>
+  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins</code></li>
   <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
                </ul>
  </div>