aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2022-06-25 20:00:56 +0000
committerjohannst <johannst@users.noreply.github.com>2022-06-25 20:00:56 +0000
commita0689d55027c6e1e0c6f83cab0311f9afcfbcf93 (patch)
tree472571f9c5ea70a06338934651a47ca1442120f4
parent09231721ce67fe526062fd243fb9a3a9c8731d46 (diff)
downloadnotes-a0689d55027c6e1e0c6f83cab0311f9afcfbcf93.tar.gz
notes-a0689d55027c6e1e0c6f83cab0311f9afcfbcf93.zip
deploy: 9b52722edaf058a30deabf227f9d9d4ac6e5f1b5
-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>