From d57f77ccdf2927a45d47a6ac2d4af4a0ee851b8d Mon Sep 17 00:00:00 2001 From: Minhaj Date: Tue, 30 Aug 2016 15:56:06 +0400 Subject: [PATCH] Fixing example url link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd9a2d..0bbac2b 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ You can include in your request any additional header: ## Testing -Testing can be done with Spring's RestTemplate mocking APIs. See the tests for RestBuilder itself for [an example](https://github.com/grails-plugins/grails-rest-client-builder/blob/master/test/unit/grails/plugins/rest/client/RestBuilderSpec.groovy#L57). +Testing can be done with Spring's RestTemplate mocking APIs. See the tests for RestBuilder itself for [an example](https://github.com/grails-plugins/grails-rest-client-builder/blob/master/src/test/groovy/grails/plugins/rest/client/RestBuilderSpec.groovy#L47). ## Multipart Requests