diff --git a/website/source/assets/images/docs/graph-example.png b/website/source/assets/images/docs/graph-example.png new file mode 100644 index 000000000..0dbd6060a Binary files /dev/null and b/website/source/assets/images/docs/graph-example.png differ diff --git a/website/source/docs/commands/graph.html.markdown b/website/source/docs/commands/graph.html.markdown index 605f61aea..ce7d3928f 100644 --- a/website/source/docs/commands/graph.html.markdown +++ b/website/source/docs/commands/graph.html.markdown @@ -51,4 +51,4 @@ $ terraform graph | dot -Tpng > graph.png ``` Here is an example graph output: -![Graph Example](graph-example.png) +![Graph Example](docs/graph-example.png)