From 95dc47cc0775c124375fe2fc8b58e4deab274e27 Mon Sep 17 00:00:00 2001
From: Francois TABURET <francois.taburet@nokia.com>
Date: Thu, 8 Nov 2018 19:41:36 +0100
Subject: [PATCH] fix broken link in struct.md

---
 common/config/DOC/config/devusage/struct.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/config/DOC/config/devusage/struct.md b/common/config/DOC/config/devusage/struct.md
index 17a9c36455c..236c1b4e038 100644
--- a/common/config/DOC/config/devusage/struct.md
+++ b/common/config/DOC/config/devusage/struct.md
@@ -81,5 +81,5 @@ The configuration module provides an implementation of the functions to be used
 |:-----------|:------------------------------------------------------------------|
 | `f4`  or `f5` | pointer to the checking function. they are generic structures to be used  when no existing structure provides the required parameter verification. `f4` takes one argument, the `paramdef_t` structure corresponding to the parameter to be checked (`int  (*f4)(paramdef_t *param)`), `f5` taxes no argument (`void (*checkfunc)(void)`) |
 
-[Configuration module developer main page](config/devusage)  
-[Configuration module home](config)
+[Configuration module developer main page](../../config/devusage.md)  
+[Configuration module home](../../config.md)
-- 
GitLab