Skip to content

Commit 9a35930

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readme.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Repository for both the offical low level client `Elasticsearch.Net` as the high level opiniated `NEST` client.
32

43
#[Elasticsearch.Net](src/Elasticsearch.Net)
@@ -12,11 +11,11 @@ Repository for both the offical low level client `Elasticsearch.Net` as the high
1211
*
1312
[Read more here](src/Elasticsearch.Net)
1413

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

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

0 commit comments

Comments
 (0)