aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--print.html2
-rw-r--r--tools/dot.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/print.html b/print.html
index dc5c6f2..de4d48e 100644
--- a/print.html
+++ b/print.html
@@ -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>