From 5b95d456a3e97ae563f4ce9992657d9bed85dd27 Mon Sep 17 00:00:00 2001 From: Matthew O'Donoghue Date: Thu, 20 Feb 2014 10:02:41 +0000 Subject: [PATCH] Fix link to docs Linked to /current/ not /master/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d904ec516..e4a36a7eb 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ client.search({ }); ``` -More examples and detailed information about each method are available [here](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/master/index.html) +More examples and detailed information about each method are available [here](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html) ## License