From 1fc35e5a8600383cabb0404ce9e5a76c64786ea9 Mon Sep 17 00:00:00 2001 From: Cyrille NDOUMBE Date: Thu, 19 Sep 2024 10:59:29 +0200 Subject: [PATCH] chore(tools): update URL to Stryker CLI documentation --- source/Nuke.Common/Tools/Stryker/Stryker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Nuke.Common/Tools/Stryker/Stryker.json b/source/Nuke.Common/Tools/Stryker/Stryker.json index cf8183943..74044467a 100644 --- a/source/Nuke.Common/Tools/Stryker/Stryker.json +++ b/source/Nuke.Common/Tools/Stryker/Stryker.json @@ -4,7 +4,7 @@ "https://raw.githubusercontent.com/stryker-mutator/stryker-net/master/src/Stryker.CLI/Stryker.CLI/Program.cs" ], "name": "Stryker", - "officialUrl": "https://stryker-mutator.io/docs/stryker-net", + "officialUrl": "https://stryker-mutator.io/docs/stryker-net/configuration", "help": "Stryker.NET offers you mutation testing for your .NET Core and .NET Framework projects. It allows you to test your tests by temporarily inserting bugs. Stryker.NET is installed using NuGet. New to Stryker.NET? Begin with our guide on getting started", "nugetPackageId": "dotnet-stryker", "packageExecutable": "Stryker.CLI.dll",