From 1b921977a0ec3f012b73a0434bd4be2db5a60c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20Kapano=C4=9Flu?= Date: Tue, 22 Oct 2024 12:33:03 -0700 Subject: [PATCH] Fix the link for "Setting up a new project" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a980047230..6d625a9d20 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Cake (C# Make) is a build automation system with a C# DSL to do things like comp You can read the latest documentation at [https://cakebuild.net/](https://cakebuild.net/). -For a simple example to get started see [Setting up a new project](https://cakebuild.net/docs/getting-started/setting-up-a-new-project). +For a simple example to get started see [Setting up a new project](https://cakebuild.net/docs/getting-started/setting-up-a-new-scripting-project). ## Contributing