From 9bb1263f4a6028774fedc6ee55f0e534c4004435 Mon Sep 17 00:00:00 2001 From: mtaggart13 Date: Mon, 30 Sep 2024 09:43:25 +0100 Subject: [PATCH] Update pdk_testing.md Updated two links for https://perforce.atlassian.net/browse/PUPDOC-5672 Links in question are the last two described in the ticket. (The other changes are for the Puppet language section of the OSP documentation.) --- docs/pdk_testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pdk_testing.md b/docs/pdk_testing.md index c6626067e..a0fb32fff 100644 --- a/docs/pdk_testing.md +++ b/docs/pdk_testing.md @@ -72,7 +72,7 @@ as long as each target is unique. For detailed information about module validations, see: -- [Puppet Lint](http://puppet-lint.com/) style validation. +- [Puppet Lint](http://puppetlabs.github.io/puppet-lint/) style validation. - The [Puppet language style guide](https://puppet.com/docs/puppet/latest/style_guide.html). @@ -172,7 +172,7 @@ validate and unit test your code. For more information about RSpec and writing unit tests, see: -- [Writing rspec-puppet tests](http://rspec-puppet.com/tutorial/) +- [Writing rspec-puppet tests](http://puppetlabs.github.io/rspec-puppet/tutorial/) - [RSpec](http://rspec.info/)