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