Fix link formatting in README

This commit is contained in:
Joshua Ramon Enslin 2023-06-24 00:24:49 +02:00
parent ff49f1f319
commit fbb1c35ad6
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -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