From 94190896b45a053f0a0216cacd5400829161a8d4 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 22 Jan 2014 14:32:34 +0100 Subject: [PATCH] Termvectors docs have moved. Temporary fix until API regenerated --- docs/api_methods.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api_methods.asciidoc b/docs/api_methods.asciidoc index f058124a1..43c852dc0 100644 --- a/docs/api_methods.asciidoc +++ b/docs/api_methods.asciidoc @@ -1589,7 +1589,7 @@ client.termvector([params, [callback]]) // no description -The default method is `POST` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-termvectors.html[the elasticsearch docs] for more about this method. +The default method is `POST` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/docs-termvectors.html[the elasticsearch docs] for more about this method. // no examples