lib/concept.md in lorj-1.0.1 vs lib/concept.md in lorj-1.0.2

- old
+ new

@@ -5,11 +5,11 @@ lorj framework model ==================== The framework is built over several pieces: -![](img/forj-lib-concept.png "concept") +![](../../lib/img/forj-lib-concept.png "concept") * Main This is your main ruby code. @@ -59,11 +59,11 @@ At runtime, you application can define any kind of key/value pair. There is no notion of section here. But you can redefine a default value set from the `User configuration data file` or from the `application configuration data file.` Short summary about Config `get`, `set` and `save` -![](img/config_data_access.png) +![](../../lib/img/config_data_access.png) * Lorj::Account This object uses Lorj::Config object to add 1 additionnal level of files to get/set data. @@ -75,10 +75,10 @@ The content of file respects data structure defined in the `defaults.yaml` application file. Usually, the file is saved with Short summary about Account `get`, `set` and `save`. -![](img/account_data_access.png) +![](../../lib/img/account_data_access.png) ###Application config file : defaults.yaml This file stored in your application directories defines 2 main sections: