From aa0d3b05b3a3103b9ae1dd3614dcca921314f9d6 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Fri, 25 Feb 2022 11:22:42 +0100 Subject: [PATCH] Switched diagram links in README to svg --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2b8ef80..795c3283 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ the following: make clanguml_diagrams ``` -and checkout the PNG diagrams in `docs/diagrams` folder. +and checkout the SVG diagrams in `docs/diagrams` folder. ### Class diagrams @@ -158,7 +158,7 @@ public: generates the following diagram (via PlantUML): -![class_diagram_example](docs/test_cases/t00009_class.png) +![class_diagram_example](docs/test_cases/t00009_class.svg) #### Default mappings @@ -279,7 +279,7 @@ int tmain() generates the following diagram (via PlantUML): -![sequence_diagram_example](docs/test_cases/t20001_sequence.png) +![sequence_diagram_example](docs/test_cases/t20001_sequence.svg) ### Package diagrams @@ -324,7 +324,7 @@ class B : public ns1::ns2::Anon { generates the following diagram (via PlantUML): -![package_diagram_example](docs/test_cases/t30003_package.png) +![package_diagram_example](docs/test_cases/t30003_package.svg) ### Test cases