Skip to content

Commit

Permalink
Fix URL's for images in README.md (#42)
Browse files Browse the repository at this point in the history
* Fix URL's for images in README.md

* Make URL's relative
  • Loading branch information
dcRUSTy authored Sep 26, 2020
1 parent 787487e commit cfd4a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ goto :eof

This script would generate the following graph:

![call graph](https://github.com/Microsoft/cmd-call-graph/raw/master/examples/example1-nodestats.png)
![call graph](examples/example1-nodestats.png)

If the `--hide-node-stats` option is enabled, then the following graph would be generated:

![call graph showall](https://github.com/Microsoft/cmd-call-graph/raw/master/examples/example1.png)
![call graph showall](examples/example1.png)

## Invocation Examples

Expand Down

0 comments on commit cfd4a47

Please sign in to comment.