Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit c30d0fc

Browse files
author
Patrick Thomson
committed
Fix broken image links.
1 parent 15c1a84 commit c30d0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ $ semantic graph main.py | dot -Tsvg > main.html && open main.html
134134
135135
You'll get something that looks like this:
136136
137-
![an import graph](images/import-graph.svg)
137+
![an import graph](images/import_graph.svg)
138138
139139
## Call graphs
140140
@@ -144,4 +144,4 @@ Call graphs, expand on the import graphing capabilities by adding in some additi
144144
$ semantic graph --calls main.py | dot -Tsvg > main.html && open main.html
145145
```
146146
147-
![an import graph](images/import-graph.svg)
147+
![a call graph](images/call_graph.svg)

0 commit comments

Comments
 (0)