Fix images on markdown pages

This commit is contained in:
Seth Vargo 2014-10-14 16:06:02 -04:00
parent 79e3ced3b4
commit e0ea52be5c
1 changed files with 2 additions and 2 deletions

View File

@ -91,13 +91,13 @@ For example, with a configuration similar to what we've built above, here
is what the graph output looks like by default:
<div class="center">
<img src="/images/docs/module_graph.png">
<%= image_tag 'docs/module_graph.png' %>
</div>
But if we set `-module-depth=-1`, the graph will look like this:
<div class="center">
<img src="/images/docs/module_graph_expand.png">
<%= image_tag 'docs/module_graph_expand.png' %>
</div>
Other commands work similarly with modules. Note that the `-module-depth`