From 7d430756772fdb0627bf4da338baced55a4221b3 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sun, 25 Jul 2021 22:55:11 +0200 Subject: [PATCH] Fixed README links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62edc93a..00434b50 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![linux build](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg) -`clang-uml` is an automatic ![PlantUML](https://plantuml.com/) class and sequence +`clang-uml` is an automatic [PlantUML](https://plantuml.com) class and sequence diagram generator, driven by YAML configuration files. The main idea behind the project is to easily maintain up-to-date diagrams within a code-base or document existing project code. The configuration file or files for `clang-uml` define the @@ -238,7 +238,7 @@ generates the following diagram (via PlantUML): ### Test cases -The build-in test cases used for unit testing of the clang-uml, can be browsed [here](./docs/test_cases.md) +The build-in test cases used for unit testing of the `clang-uml`, can be browsed [here](./docs/test_cases.md). ## LICENSE