From 9b4d01f48ff8d1c59b84b57b7aae29b0410b51cb Mon Sep 17 00:00:00 2001
From: Francois TABURET <francois.taburet@nokia.com>
Date: Fri, 9 Nov 2018 08:42:16 +0100
Subject: [PATCH] Update rtusage.md

---
 common/utils/DOC/loader/rtusage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/utils/DOC/loader/rtusage.md b/common/utils/DOC/loader/rtusage.md
index 903d249d65..bf87316e13 100644
--- a/common/utils/DOC/loader/rtusage.md
+++ b/common/utils/DOC/loader/rtusage.md
@@ -6,7 +6,7 @@ Shared library full names are built by the loader using the format:
 1.  the < *module version* > and < *path* > optional  parameters, are defined at run-time, depending on the configuration.
 
 ## loader parameters
-The loader is using the [configuration module](../../../config/DOCconfig.md), and defines global and per library parameters. Global parameters must be specified under the **loader** section and library specific parameters under a **loader.<*module name*>** section. Module specific parameters override the global parameters. 
+The loader is using the [configuration module](../../../config/DOC/config.md), and defines global and per library parameters. Global parameters must be specified under the **loader** section and library specific parameters under a **loader.<*module name*>** section. Module specific parameters override the global parameters. 
 ### Global loader parameters
 | name | type | default | description |
 |:---:|:---:|:---:|:----|
-- 
GitLab