Update getting-started.asciidoc (#21677)

This commit is contained in:
Shubham Aggarwal 2016-11-19 17:15:00 +05:30 committed by Clinton Gormley
parent aed88fe7a2
commit dce51e2062
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ Let's start with a basic health check, which we can use to see how our cluster i
To check the cluster health, we will be using the <<cat,`_cat` API>>. You can
run the command below in https://www.elastic.co/guide/en/kibana/{branch}/console-kibana.html[Kibana's Console]
by clicking "VIEW IN CONSOLE" or with `curl` by clicking the "COPY AS CURL"
link below and pasting the into a terminal.
link below and pasting it into a terminal.
[source,js]
--------------------------------------------------