Skip to content

Commit 3bdca62

Browse files
committed
Merge pull request #1306 from romansp/develop
[Docs] fixed link typos
2 parents 4cf01cd + c545aa3 commit 3bdca62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contents/elasticsearch-net/handling-responses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ The `byte[]` request that was sent to Elasticsearch.
3737

3838
### ResponseRaw
3939
A `byte[]` representation of the response from Elasticsearch, only set when `ExposeRawResponses()` is set.
40-
See the [Connecting section](/elasticearch-net/connecting.html).
40+
See the [Connecting section](/elasticsearch-net/connecting.html).
4141

4242
### Response
4343
The deserialized `T` object representing the response.
4444

4545
### Metrics
46-
Meta data returned on the response, if `EnableMetrics` is set, otherwise null. See the [Connecting section](/elasticearch-net/connecting.html).
46+
Meta data returned on the response, if `EnableMetrics` is set, otherwise null. See the [Connecting section](/elasticsearch-net/connecting.html).
4747

4848
### NumberOfRetries
4949
The number of times the request was tried.

0 commit comments

Comments
 (0)