aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2022-06-25 22:00:41 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2022-06-25 22:00:41 +0200
commit9b52722edaf058a30deabf227f9d9d4ac6e5f1b5 (patch)
tree9d6af6aa452ccfc7a45300c0fd80e51e809988d1 /src
parent6b252dbc87462a5ccfd31c8fc6c27195646365dd (diff)
downloadnotes-9b52722edaf058a30deabf227f9d9d4ac6e5f1b5.tar.gz
notes-9b52722edaf058a30deabf227f9d9d4ac6e5f1b5.zip
[dot]: make g.svg path point to github for now, need to debug relative path
Diffstat (limited to 'src')
-rw-r--r--src/tools/dot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dot.md b/src/tools/dot.md
index d3d7ac8..94cdee3 100644
--- a/src/tools/dot.md
+++ b/src/tools/dot.md
@@ -45,7 +45,7 @@ digraph {
```
Rendered `svg` file.
-![g.svg](/assets/g.svg)
+![g.svg](https://johannst.github.io/notes/assets/g.svg)
## References
- [DOT language](https://graphviz.org/doc/info/lang.html)