diff options
-rw-r--r-- | print.html | 2 | ||||
-rw-r--r-- | tools/dot.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2064,7 +2064,7 @@ digraph { } </code></pre> <p>Rendered <code>svg</code> file. -<img src="tools//assets/g.svg" alt="g.svg" /></p> +<img src="https://johannst.github.io/notes/assets/g.svg" alt="g.svg" /></p> <h2><a class="header" href="#references-1" id="references-1">References</a></h2> <ul> <li><a href="https://graphviz.org/doc/info/lang.html">DOT language</a></li> diff --git a/tools/dot.html b/tools/dot.html index a78f568..caf5020 100644 --- a/tools/dot.html +++ b/tools/dot.html @@ -193,7 +193,7 @@ digraph { } </code></pre> <p>Rendered <code>svg</code> file. -<img src="/assets/g.svg" alt="g.svg" /></p> +<img src="https://johannst.github.io/notes/assets/g.svg" alt="g.svg" /></p> <h2><a class="header" href="#references" id="references">References</a></h2> <ul> <li><a href="https://graphviz.org/doc/info/lang.html">DOT language</a></li> |