lib/r10k/cli/deploy.rb in r10k-3.4.0 vs lib/r10k/cli/deploy.rb in r10k-3.4.1
- old
+ new
@@ -16,10 +16,10 @@
usage 'deploy <subcommand>'
summary 'Puppet dynamic environment deployment'
description <<-DESCRIPTION
`r10k deploy` implements the Git branch to Puppet environment workflow
-(https://puppetlabs.com/blog/git-workflow-and-puppet-environments/).
+(https://puppet.com/docs/puppet/latest/environments_about.html).
DESCRIPTION
required nil, :cachedir, 'Specify a cachedir, overriding the value in config'
flag nil, :'no-force', 'Prevent the overwriting of local module modifications'
flag nil, :'generate-types', 'Run `puppet generate types` after updating an environment'