Skip to content

Commit 17f66c0

Browse files
committed
Merge branch 'develop' of github.com:elasticsearch/elasticsearch-net into develop
2 parents 14c5409 + 936c890 commit 17f66c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: new_docs/contents/nest/quick-start.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This can greatly reduce the places a magic string or constant has to be used.
5151
`http://localhost:9200` but explicitly specifying connection settings is recommended.
5252

5353
`node` here is a `Uri` but can also be an `IConnectionPool` see the
54-
[Elasticsearch.net section on connecting](http://localhost:8080/elasticsearch-net/connecting.html)
54+
[Elasticsearch.net section on connecting](/elasticsearch-net/connecting.html)
5555

5656
## Indexing
5757

@@ -104,7 +104,7 @@ Now that we have indexed some documents we can begin to search for them.
104104

105105
`searchResults.Documents` now holds the first 10 people it knows who's first name is `Martijn`
106106

107-
Please see [the section on writing queries](http://localhost:8080/nest/writing-queries.html) for details on how NEST helps you write terse elasticsearch queries.
107+
Please see [the section on writing queries](/nest/writing-queries.html) for details on how NEST helps you write terse elasticsearch queries.
108108

109109
Again the same inferring rules apply as this will hit `/my-application/person/_search` and the same rule that inferring can be overridden also applies.
110110

0 commit comments

Comments
 (0)