From c6c7fbdec6a52fc7b33fe62cc19612449375347b Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Wed, 20 May 2020 22:35:29 +0200 Subject: [PATCH] Update readme Add GraphViz link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2222715..44d0693 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ WireViz is a simple yet flexible markup language for documenting wires and connector pinouts with beautiful graphical output. -It is based on GraphViz and designed as an "extension" of it. A parser reads a WireViz file and generates valid GraphViz output, which can instantly be rendered to SVG/PNG. +It is based on [GraphViz](https://www.graphviz.org/) and designed as an "extension" of it. A parser reads a WireViz file and generates valid GraphViz output, which can instantly be rendered to SVG/PNG. ## Features