From d4c998e0d5c30fb82d235ce362951fdaffe181f0 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Fri, 25 Jul 2014 15:41:27 -0400 Subject: [PATCH] website: graphiz link --- website/source/docs/commands/graph.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/graph.html.markdown b/website/source/docs/commands/graph.html.markdown index e38b742973..ff7a8ff204 100644 --- a/website/source/docs/commands/graph.html.markdown +++ b/website/source/docs/commands/graph.html.markdown @@ -9,7 +9,7 @@ sidebar_current: "docs-commands-graph" The `terraform graph` command is used to generate a visual representation of either a configuration or execution plan. The output is in the DOT format, which can be used by -GraphViz to generate charts. +[GraphViz](http://www.graphviz.org) to generate charts. ## Usage