@@ -87,7 +87,7 @@ GoAT's [README.md](README.md), then finally rendered to HTML ```<img>``` element
8787
8888
8989```
90- ![ ] ( // examples/trees.svg )
90+ ![ ] ( /examples/trees.svg )
9191
9292### Trees -- mid-range color value
9393Setting a foreground color in the middle of the possible range of value or luminance
@@ -99,7 +99,7 @@ CSS property by
9999from within an enclosing ` <img> ` element such as are generated by Markdown.
100100
101101
102- ![ ] ( // trees.mid-blue.svg )
102+ ![ ] ( /trees.mid-blue.svg )
103103
104104### Overlaps
105105```
@@ -113,7 +113,7 @@ from within an enclosing `<img>` element such as are generated by Markdown.
113113 '-' '-' '-' '-' '-' '-'
114114
115115```
116- ![ ] ( // examples/overlaps.svg )
116+ ![ ] ( /examples/overlaps.svg )
117117
118118### Line Decorations
119119```
@@ -126,7 +126,7 @@ from within an enclosing `<img>` element such as are generated by Markdown.
126126 /\ *---------------'
127127
128128```
129- ![ ] ( // examples/line-decorations.svg )
129+ ![ ] ( /examples/line-decorations.svg )
130130
131131### Line Ends
132132```
@@ -143,7 +143,7 @@ from within an enclosing `<img>` element such as are generated by Markdown.
143143
144144
145145```
146- ![ ] ( // examples/line-ends.svg )
146+ ![ ] ( /examples/line-ends.svg )
147147
148148### Dot Grids
149149```
@@ -157,7 +157,7 @@ from within an enclosing `<img>` element such as are generated by Markdown.
157157
158158```
159159Note that '·' above is not ASCII, but rather Unicode, the MIDDLE DOT character, encoded with UTF-8.
160- ![ ] ( // examples/dot-grids.svg )
160+ ![ ] ( /examples/dot-grids.svg )
161161
162162### Large Nodes
163163```
@@ -172,7 +172,7 @@ Note that '·' above is not ASCII, but rather Unicode, the MIDDLE DOT character,
172172 '-' '---' '-' '---' '-' '-' '---'
173173
174174```
175- ![ ] ( // examples/large-nodes.svg )
175+ ![ ] ( /examples/large-nodes.svg )
176176
177177### Small Grids
178178```
@@ -211,7 +211,7 @@ Not Supported:
2112110123434567890123456 |
212212
213213```
214- ![ ] ( // examples/small-grids.svg )
214+ ![ ] ( /examples/small-grids.svg )
215215
216216### Big Grids
217217```
@@ -229,7 +229,7 @@ Not Supported:
229229
230230
231231```
232- ![ ] ( // examples/big-grids.svg )
232+ ![ ] ( /examples/big-grids.svg )
233233
234234### Complicated
235235```
@@ -259,7 +259,7 @@ Not Supported:
259259 '-' '---------+--' / Nor/is this. ---
260260
261261```
262- ![ ] ( // examples/complicated.svg )
262+ ![ ] ( /examples/complicated.svg )
263263
264264### More examples are [ here] ( examples )
265265
@@ -277,7 +277,7 @@ A nicely formatted reference may be found at [pkg.go.dev](https://pkg.go.dev/git
277277 $ go get -u github.com/blampe/goat/
278278```
279279### Library Data Flow
280- ![ ] ( // goat.svg )
280+ ![ ] ( /goat.svg )
281281
282282The diagram above was derived by [ ./pre-push.sh] ( ./pre-push.sh ) from ASCII-art in the Go
283283source file [ ./goat.go] ( ./goat.go ) .
0 commit comments