From fbb1c35ad6df264edf9925bdbd8e334989b086ab Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sat, 24 Jun 2023 00:24:49 +0200 Subject: [PATCH] Fix link formatting in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91bd469..34edc0d 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ The lists are grouped as (private) class constants of their relevant entry type. ``` $checkType = MDConcCheckTypes::getConcordanceTarget("Vollständigkeit"); ``` -- All concordance lists can be found directly in the `[/src](./src)` directory. +- All concordance lists can be found directly in the [`/src`](./src) directory. ## Environment and Purpose for Using a Separate Subrepository This repository is intended to be used as a subrepository of MDImporter. Its full functionality is thus only available with the inclusion of some other subrepositories provided in the context of the importer (e.g. MDAllowedValueSets). -Editing can be done by simply adding to the lists however. It is hoped, that the publication of this subrepository as a standalone repository makes this process easier. Just clone this repository and enter the missing values in the relevant classes in the `[/src](./src)` directory. +Editing can be done by simply adding to the lists however. It is hoped, that the publication of this subrepository as a standalone repository makes this process easier. Just clone this repository and enter the missing values in the relevant classes in the [`/src`](./src) directory. ## Testing