From f5a0c3543bc57d1c46a0165320e7cb2a8afac3bd Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Wed, 20 Nov 2019 07:32:10 +0000 Subject: [PATCH] Fixed javadoc error. --- .../src/com/structurizr/io/plantuml/C4PlantUMLWriter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structurizr-plantuml/src/com/structurizr/io/plantuml/C4PlantUMLWriter.java b/structurizr-plantuml/src/com/structurizr/io/plantuml/C4PlantUMLWriter.java index b88ab4f5..0d5ff098 100644 --- a/structurizr-plantuml/src/com/structurizr/io/plantuml/C4PlantUMLWriter.java +++ b/structurizr-plantuml/src/com/structurizr/io/plantuml/C4PlantUMLWriter.java @@ -21,7 +21,7 @@ * It is possible to change relationships directions and rendering using the * {@link #C4_LAYOUT_DIRECTION} and {@link #C4_LAYOUT_MODE} mode properties. * - * @see https://github.com/RicardoNiepel/C4-PlantUML + * @see https://github.com/RicardoNiepel/C4-PlantUML * @author nicolas-delsaux * */