From ef2088166422845077107a18df5d0ff331a02035 Mon Sep 17 00:00:00 2001 From: Francois TABURET <francois.taburet@nokia.com> Date: Thu, 8 Nov 2018 19:32:32 +0100 Subject: [PATCH] fix config doc broken links --- common/config/DOC/config/devusage.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/config/DOC/config/devusage.md b/common/config/DOC/config/devusage.md index 9e4c7013e7..bfc1180ab8 100644 --- a/common/config/DOC/config/devusage.md +++ b/common/config/DOC/config/devusage.md @@ -5,10 +5,10 @@ The configuration module objectives are As a developer you may need to look at these sections: -* [add parameters in an existing section](devusage/addaparam) -* [add a parameter set, in a new section](devusage/addparamset) -* [configuration module API](devusage/api) -* [configuration module public structures](devusage/struct) +* [add parameters in an existing section](devusage/addaparam.md) +* [add a parameter set, in a new section](devusage/addparamset.md) +* [configuration module API](devusage/api.md) +* [configuration module public structures](devusage/struct.md) Whatever your need is, configuration module usage examples can be found in oai sources: * complex example, using all the configuration module functionalities, including parameter checking: -- GitLab