From 0c85600f3c247fa0e83e339516743cef32b05890 Mon Sep 17 00:00:00 2001 From: Ivan Fioravanti Date: Tue, 17 Mar 2015 22:43:19 +0100 Subject: [PATCH] Fixed link to official documentation for Percolate. --- docs/contents/nest/core/percolate.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contents/nest/core/percolate.markdown b/docs/contents/nest/core/percolate.markdown index 79e7df8b34a..4ce403f961d 100644 --- a/docs/contents/nest/core/percolate.markdown +++ b/docs/contents/nest/core/percolate.markdown @@ -9,7 +9,7 @@ menuitem: percolate # Percolation The percolator allows to register queries against an index, then send percolate requests which include a doc, and get back the queries that match on that doc out of the set of registered queries. -Percolate is a complex but awesome Elasticsearch feature, so be sure to read the [official documentation](http://www.elasticsearch.org/guide/reference/api/percolate/). +Percolate is a complex but awesome Elasticsearch feature, so be sure to read the [official documentation](http://www.elastic.co/guide/en/elasticsearch/reference/current/search-percolate.html). ## Register a Percolator