From 5fab17c7bc03dd0d336c19a23bc7655aaa12fdc2 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Mon, 31 Oct 2016 17:33:15 -0400 Subject: [PATCH] Fix markup for bootstrap checks docs This commit adds a missing backtick to the bootstrap check docs. --- docs/reference/setup/bootstrap-checks.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/bootstrap-checks.asciidoc b/docs/reference/setup/bootstrap-checks.asciidoc index cb9b8f106c7..adc58840e6d 100644 --- a/docs/reference/setup/bootstrap-checks.asciidoc +++ b/docs/reference/setup/bootstrap-checks.asciidoc @@ -33,7 +33,7 @@ Elaticsearch instance to be in development mode if it does not bind transport to an external interface (the default), and is otherwise in production mode if it does bind transport to an external interface. Note that HTTP can be configured independently of transport via -<> and +<> and <>; this can be useful for configuring a single instance to be reachable via HTTP for testing purposes without triggering production mode.