Fix wiki links (#1373)

* Change all links from wiki to documention website

* .

* doc

* ws
This commit is contained in:
Stef Heyenrath
2025-10-26 10:13:58 +01:00
committed by GitHub
parent 8b1bd1b21b
commit 1feb0ade70
4 changed files with 34 additions and 31 deletions

View File

@@ -36,7 +36,7 @@ public static class WireMockServerSettingsParser
if (parser.GetBoolSwitchValue("help"))
{
(logger ?? new WireMockConsoleLogger()).Info("See https://github.com/wiremock/WireMock.Net/wiki/WireMock-commandline-parameters for details on all commandline options.");
(logger ?? new WireMockConsoleLogger()).Info("See https://wiremock.org/dotnet/wiremock-commandline-parameters/ for details on all commandline options.");
settings = null;
return false;
}