Skip to content

Commit e2f89b0

Browse files
authored
Move documentation link to top of README
1 parent eca4335 commit e2f89b0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Repository for both **NEST** and **Elasticsearch.Net**, the two official [elasti
5858
<td><a href="https://www.myget.org/gallery/elasticsearch-net-next"><img src="https://img.shields.io/myget/elasticsearch-net-next/vpre/NEST.svg?style=flat-square&label=myget&colorB=339900"></a></td>
5959
</tr>
6060
</table>
61+
62+
### [Full documentation at https://www.elastic.co/guide/en/elasticsearch/client/net-api/current](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html)
6163

6264
## Upgrading
6365

@@ -71,7 +73,7 @@ Take a look at the [blog post for details around the evolution of NEST 2.x](http
7173

7274
Take a look at the [blog post for the release of NEST 5.x](https://www.elastic.co/blog/nest-5-0-released), in addition to the list of breaking changes for [NEST](https://github.com/elastic/elasticsearch-net/blob/master/docs/5.0-breaking-changes/nest-breaking-changes.md) and [Elasticsearch.Net](https://github.com/elastic/elasticsearch-net/blob/master/docs/5.0-breaking-changes/elasticsearch-net-breaking-changes.md).
7375

74-
#[NEST](https://github.com/elasticsearch/elasticsearch-net/tree/master/src/Nest#nest-)
76+
# [NEST](https://github.com/elasticsearch/elasticsearch-net/tree/master/src/Nest)
7577

7678
NEST is the official high-level .NET client of [Elasticsearch](https://github.com/elasticsearch/elasticsearch). It aims to be a solid, strongly typed client with a very concise API.
7779

@@ -200,9 +202,9 @@ var response = client.LowLevel.SearchPost("myindex","elasticsearchprojects", new
200202
});
201203
```
202204

203-
#### [Read the full documentation here](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html)
205+
#### [Full documentation at https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/nest.html](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/nest.html)
204206

205-
#[Elasticsearch.Net](src/Elasticsearch.Net)
207+
# [Elasticsearch.Net](src/Elasticsearch.Net)
206208

207209
A low-level, dependency free, client that has no opinions how you build and represent your requests and responses.
208210

@@ -277,6 +279,8 @@ client.Index("myindex","mytype","1", myJson);
277279

278280
This will execute the same request, but this time `myJson` will be serialized by the registered `ISerializer`.
279281

282+
#### [Full documentation at https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/elasticsearch-net.html](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/elasticsearch-net.html)
283+
280284
## Contributing
281285

282286
[Pull requests](https://github.com/elastic/elasticsearch-net/pulls) and [issues](https://github.com/elastic/elasticsearch-net/issues) are very much welcomed and appreciated. If you'd like to report a bug or submit a feature/bug fix then please read our [contributing guide](contributing.md) first!

0 commit comments

Comments
 (0)