Merge pull request #399 from hashicorp/sethvargo/images

Fix images on markdown pages
This commit is contained in:
Mitchell Hashimoto 2014-10-14 13:11:43 -07:00
commit c2a27fe507
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: is what the graph output looks like by default:
<div class="center"> <div class="center">
<img src="/images/docs/module_graph.png"> <%= image_tag "docs/module_graph.png" %>
</div> </div>
But if we set `-module-depth=-1`, the graph will look like this: But if we set `-module-depth=-1`, the graph will look like this:
<div class="center"> <div class="center">
<img src="/images/docs/module_graph_expand.png"> <%= image_tag "docs/module_graph_expand.png" %>
</div> </div>
Other commands work similarly with modules. Note that the `-module-depth` Other commands work similarly with modules. Note that the `-module-depth`