svn commit: r1809653 - /ofbiz/ofbiz-framework/trunk/themes/README.md

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

svn commit: r1809653 - /ofbiz/ofbiz-framework/trunk/themes/README.md

Deepak Dixit-5
Author: deepak
Date: Mon Sep 25 18:25:41 2017
New Revision: 1809653

URL: http://svn.apache.org/viewvc?rev=1809653&view=rev
Log:
Fixed: Corrected Readme.md file path.

Modified:
    ofbiz/ofbiz-framework/trunk/themes/README.md

Modified: ofbiz/ofbiz-framework/trunk/themes/README.md
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/README.md?rev=1809653&r1=1809652&r2=1809653&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/themes/README.md Mon Sep 25 18:25:41 2017
@@ -132,7 +132,7 @@ Screens are separated on three type :
 This is the root theme that contains all information to ensure a good basic theme for OFBiz.
 Currently it keeps all old themes system for backward compatibility with ftl template managed by the entity **VisualThemeResource**
 # Create your own theme
-As a theme is a component, you can create a new theme like a plugin. You can see more information on this subject [on the ofbiz README](https://github.com/apache/ofbiz-framework/blame/trunk/README.md#L584)
+As a theme is a component, you can create a new theme like a plugin. You can see more information on this subject [on the ofbiz README](https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/README.md)
 After creating component, you can add the two minimal information :
 * Theme.xml file in **plugins/my-theme/widget/** with mininal trame :
 ```xml