From da798a59aafd437964319307d1c37bdd6e930bc4 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 10 Jan 2018 16:33:32 +0100 Subject: [PATCH] Fix wiki link to `Stubbing & Request Matching` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0803ea91..14a1d81c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To build you need: ## Stubbing -A core feature of WireMock.Net is the ability to return canned/predefined HTTP responses for requests matching criteria, see [Wiki : Stubbing](https://github.com/StefH/WireMock.Net/wiki/Stubbing). +A core feature of WireMock.Net is the ability to return canned/predefined HTTP responses for requests matching criteria, see [Wiki : Stubbing & Request Matching](https://github.com/WireMock-Net/WireMock.Net/wiki/Stubbing-and-Request-Matching). ## Using WireMock in UnitTest framework You can use your favorite test framework and use WireMock within your tests, see