You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: new_docs/contents/nest/quick-start.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ This can greatly reduce the places a magic string or constant has to be used.
51
51
`http://localhost:9200` but explicitly specifying connection settings is recommended.
52
52
53
53
`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)
55
55
56
56
## Indexing
57
57
@@ -104,7 +104,7 @@ Now that we have indexed some documents we can begin to search for them.
104
104
105
105
`searchResults.Documents` now holds the first 10 people it knows who's first name is `Martijn`
106
106
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.
108
108
109
109
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.
0 commit comments