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 @@
Learn how to use PHP-VCR with:
- SoapClient
- and Guzzle
+ SoapClient
+ and Guzzle