Skip to content

Commit a725cbf

Browse files
committed
Update readme.md
1 parent 9a35930 commit a725cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Repository for both the offical low level client `Elasticsearch.Net` as the high
1111
*
1212
[Read more here](src/Elasticsearch.Net)
1313

14-
#[NEST](tree/master/src/Nest#nest-)
14+
#[NEST](/elasticsearch/elasticsearch-net/tree/master/src/Nest#nest-)
1515
* High level client that internally uses the low level client.
1616
* Maps requests and response to strongly typed objects with a fluent interface to build them.
1717
* Comes with a very powerful query dsl thats maps one-to-one with Elasticsearch.
1818
* Takes advantage of .NET features where they make sense (i.e: covariant `IEnumerable<T>` result types, inferring typenames and indexnames automatically)
1919
* All calls have async variants
2020

21-
[Read more here](tree/master/src/Nest#nest-)
21+
[Read more here](/elasticsearch/elasticsearch-net/tree/master/src/Nest#nest-)

0 commit comments

Comments
 (0)