vendored/puppet/lib/puppet/functions/step.rb in bolt-0.20.3 vs vendored/puppet/lib/puppet/functions/step.rb in bolt-0.20.5
- old
+ new
@@ -1,6 +1,6 @@
# Provides stepping with given interval over elements in an iterable and optionally runs a
-# [lambda](https://docs.puppetlabs.com/puppet/latest/reference/lang_lambdas.html) for each
+# [lambda](https://puppet.com/docs/puppet/latest/lang_lambdas.html) for each
# element.
#
# This function takes two to three arguments:
#
# 1. An 'Iterable' that the function will iterate over.