From 70a7d14e199952e9a6fb1df849ea48932a6fc5fa Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 17 Nov 2014 20:33:49 -0500 Subject: [PATCH] Fix image links --- website/source/docs/commands/graph.html.markdown | 2 +- website/source/docs/modules/usage.html.markdown | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/commands/graph.html.markdown b/website/source/docs/commands/graph.html.markdown index d01c6d769..d285e9061 100644 --- a/website/source/docs/commands/graph.html.markdown +++ b/website/source/docs/commands/graph.html.markdown @@ -37,5 +37,5 @@ Alternatively, the web-based [GraphViz Workspace](http://graphviz-dev.appspot.co can be used to quickly render DOT file inputs as well. Here is an example graph output: -![Graph Example](/images/graph-example.png) +![Graph Example](/graph-example.png) diff --git a/website/source/docs/modules/usage.html.markdown b/website/source/docs/modules/usage.html.markdown index fb379cc83..8b671163a 100644 --- a/website/source/docs/modules/usage.html.markdown +++ b/website/source/docs/modules/usage.html.markdown @@ -92,13 +92,13 @@ For example, with a configuration similar to what we've built above, here is what the graph output looks like by default:
-![Terraform Module Graph](images/docs/module_graph.png) +![Terraform Module Graph](docs/module_graph.png)
But if we set `-module-depth=-1`, the graph will look like this:
-![Terraform Expanded Module Graph](images/docs/module_graph_expand.png) +![Terraform Expanded Module Graph](docs/module_graph_expand.png)
Other commands work similarly with modules. Note that the `-module-depth`