From 5f3ba0330b68a4301d8ad42387c1ac4b00fcb9f4 Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Tue, 2 Sep 2014 15:04:58 -0500 Subject: [PATCH] Fix link in testing.md * updated chefspec link Change-Id: I6c05099bc3480d7767197b0d0f206b185d4ba2a5 Partial-Fix: #1342735 --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index abf1c3c..40bd063 100644 --- a/TESTING.md +++ b/TESTING.md @@ -27,4 +27,4 @@ To run the tests: ## Chefspec -[ChefSpec](http://code.sethvargo.com/chefspec/) is a unit testing framework for testing Chef cookbooks. ChefSpec makes it easy to write examples and get fast feedback on cookbook changes without the need for virtual machines or cloud servers. +[ChefSpec](http://github.com/sethvargo/chefspec/) is a unit testing framework for testing Chef cookbooks. ChefSpec makes it easy to write examples and get fast feedback on cookbook changes without the need for virtual machines or cloud servers.