From 90fd81575115666dc63fbdc4c5693d4f9c7ef71a Mon Sep 17 00:00:00 2001 From: Nick Butcher Date: Fri, 18 Mar 2016 14:39:27 -0400 Subject: [PATCH] Fix broken link in documentation --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index f084f979..81c0d313 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -26,7 +26,7 @@ builds will cause new subdirectories to be created. ## Build Script -We use **Cake** (http://cake-build.net) to build NUnit for distribution. The primary script that controls +We use **Cake** (http://cakebuild.net) to build NUnit for distribution. The primary script that controls building, running tests and packaging is build.cake. We modify build.cake when we need to add new targets or change the way the build is done. Normally build.cake is not invoked directly but through build.ps1 (on Windows) or build.sh (on Linux). These two scripts are provided by the Cake project