Fix small doc mistakes
This commit is contained in:
parent
e14e2a6597
commit
278e99ef69
|
@ -12,7 +12,7 @@ GetResponse response = client.prepareGet("twitter", "tweet", "1")
|
|||
.actionGet();
|
||||
--------------------------------------------------
|
||||
|
||||
For more information on the index operation, check out the REST
|
||||
For more information on the get operation, check out the REST
|
||||
{ref}/docs-get.html[get] docs.
|
||||
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ Download Page].
|
|||
|
||||
For example:
|
||||
|
||||
[source,java]
|
||||
[source,xml]
|
||||
--------------------------------------------------
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
|
|
Loading…
Reference in New Issue