From cfd4a47f6b6ba6545cb3a4d343a847913fd88bcf Mon Sep 17 00:00:00 2001 From: dcRUSTy Date: Sat, 26 Sep 2020 21:35:50 +0530 Subject: [PATCH] Fix URL's for images in README.md (#42) * Fix URL's for images in README.md * Make URL's relative --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 440bc81..b8e96b5 100644 --- a/README.md +++ b/README.md @@ -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