From f9bb9ef33e34f37c1dcfecc29e71c4cf6ae133e4 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Fri, 12 Apr 2019 09:53:06 -0400 Subject: [PATCH] docs: Fix link to puppet guide --- docs/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation.md b/docs/documentation.md index 31eb0621..b6224926 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -147,7 +147,7 @@ Invoke `mgmt` with the `--puppet` switch, which supports 3 variants: `mgmt run puppet --puppet 'file { "/etc/ntp.conf": ensure => file }'` -For more details and caveats see [Puppet.md](Puppet.md). +For more details and caveats see [puppet-guide.md](puppet-guide.md). #### Blog post