From eeac63177c2596455a39c74d5b4e26750f77b951 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 4 Dec 2021 14:35:33 +0000 Subject: [PATCH] Fix links Signed-off-by: falkTX --- doc/OVERVIEW.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/OVERVIEW.md b/doc/OVERVIEW.md index 524d1b6..fce38b1 100644 --- a/doc/OVERVIEW.md +++ b/doc/OVERVIEW.md @@ -5,15 +5,15 @@ so developers and interested third-parties can have an easier time contributing On the root folder the following directories can be seen; - * [carla](##carla) - * [deps](##deps) - * [doc](##doc) - * [dpf](##dpf) - * [include](##include) - * [lv2export](##lv2export) - * [patches](##patches) - * [plugins](##plugins) - * [src](##src) + * [carla](#carla) + * [deps](#deps) + * [doc](#doc) + * [dpf](#dpf) + * [include](#include) + * [lv2export](#lv2export) + * [patches](#patches) + * [plugins](#plugins) + * [src](#src) Going through one by one in alphebetical order we have...