From 6ce3495029d80d918d244cc28f0dd88e6573bb7a Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 27 Nov 2013 17:54:25 +0100 Subject: [PATCH] [DOCS] Fixed a bad link --- docs/reference/api-conventions.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/api-conventions.asciidoc b/docs/reference/api-conventions.asciidoc index 474a691f4e4..a48a313d515 100644 --- a/docs/reference/api-conventions.asciidoc +++ b/docs/reference/api-conventions.asciidoc @@ -125,10 +125,10 @@ instead. == URL-based access control Many users use a proxy with URL-based access control to secure access to -Elasticsearch indices. For <>, <> and <> requests, the user has the choice of -specifying an index in the URL and on each individual request within the -request body. This can make URL-based access control challenging. +Elasticsearch indices. For <>, +<> and <> requests, the user has +the choice of specifying an index in the URL and on each individual request +within the request body. This can make URL-based access control challenging. To prevent the user from overriding the index which has been specified in the URL, add this setting to the `config.yml` file: