From 59a690bb4b97082da233cb88a26412282827a98e Mon Sep 17 00:00:00 2001
From: Francois TABURET <francois.taburet@nokia.com>
Date: Thu, 8 Nov 2018 19:38:38 +0100
Subject: [PATCH] fix broken link in addparamset.md

---
 common/config/DOC/config/devusage/addparamset.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/config/DOC/config/devusage/addparamset.md b/common/config/DOC/config/devusage/addparamset.md
index 9b90fcc81f..130e7c690e 100644
--- a/common/config/DOC/config/devusage/addparamset.md
+++ b/common/config/DOC/config/devusage/addparamset.md
@@ -4,7 +4,7 @@ Retrieving a single occurence of a parameter set ( a group in the libconfig term
 1.  call the `config_get` function  
 
 
-[config_get example](https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/config/devusage/addaparam)
+[config_get example](../../config/devusage/addaparam.md)
 
 
 In oai some parameters set may be instantiated a variable number of occurrences. In a configuration file this is mapped to lists of group of parameters, with this syntax:
@@ -127,5 +127,5 @@ list to be read is under another section.
 
 ```  
 
-[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