From 65572d507edba7bdb067edb93a35efe3698a1061 Mon Sep 17 00:00:00 2001 From: Guozhen La Date: Fri, 13 Jan 2017 10:32:57 -0800 Subject: [PATCH] update example links to integration tests --- documentation/index.md | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/index.md b/documentation/index.md index 3e1ed43..d94a7ba 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -11,8 +11,8 @@ PHP-VCR records your test suite's HTTP interactions and replays them during futu There are some examples how to use PHP-VCR in a project: - * [SOAP Weather API test](https://github.com/php-vcr/php-vcr-examples/tree/master/soap) - * [Curl Github API test](https://github.com/php-vcr/php-vcr-examples/tree/master/guzzle) + * [SOAP Weather API test](https://github.com/php-vcr/php-vcr/tree/master/tests/integration/soap) + * [Curl Github API test](https://github.com/php-vcr/php-vcr/tree/master/tests/integration/guzzle) ## Library hooks diff --git a/index.html b/index.html index 70b889c..69b853f 100644 --- a/index.html +++ b/index.html @@ -124,8 +124,8 @@

Configuration

Code Examples

Learn how to use PHP-VCR with:
- SoapClient - and Guzzle + SoapClient + and Guzzle