From fe7b05b850af0d68c504adf260cdf5fd606e773b Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 17 May 2018 08:00:18 +0200 Subject: [PATCH] Fixed wiki link to proxyandrecordsettings --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index ebf940c..9e6c5db 100644 --- a/Home.md +++ b/Home.md @@ -9,7 +9,7 @@ WireMock.Net has the ability to selectively proxy requests through to other host ## Record (via proxy) and Save WireMock.Net has the ability to create stub mappings by recording them while you send requests. This can be used to quickly capture a collection of responses from a real service then use them offline in your tests. -[Wiki : Record (via proxy) and Save](https://github.com/StefH/WireMock.Net/wiki/Record-(via-proxy)-and-Save). +[Wiki : Proxy and Record) and Save](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings--proxy-and-record). ## Scenarios ## WireMock.Net supports state via the notion of scenarios. A scenario is essentially a state machine whose states can be arbitrarily assigned. See [Wiki : Scenarios and States](https://github.com/WireMock-Net/WireMock.Net/wiki/Scenarios-and-Statefull-behaviour)