From 502a3f870c8f4e29c5a659454b9c1cc8f1bc8ff7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 11 Jun 2013 11:31:54 -0700 Subject: [PATCH] website: link to core config from plugin page --- website/source/docs/extend/plugins.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/extend/plugins.html.markdown b/website/source/docs/extend/plugins.html.markdown index b2c70dd9b..79cc71107 100644 --- a/website/source/docs/extend/plugins.html.markdown +++ b/website/source/docs/extend/plugins.html.markdown @@ -35,7 +35,7 @@ applications running. ## Installing Plugins -Plugins are installed by modifying the core Packer configuration. Within +Plugins are installed by modifying the [core Packer configuration](/docs/other/core-configuration.html). Within the core configuration, each component has a key/value mapping of the plugin name to the actual plugin binary.