Skip to content

Commit 1847934

Browse files
committed
Fix Distance query doc
Fix cross reference link to Elasticsearch docs
1 parent b3b29d1 commit 1847934

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/query-dsl/specialized/distance-feature/distance-feature-query-usage.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ please modify the original csharp file found at the link and submit the PR with
1818
Boosts the relevance score of documents closer to a provided `origin` date or point. For example, you can use this query to give
1919
more weight to documents closer to a certain date or location.
2020

21-
See the Elasticsearch documentation on {ref_current}/query-dsl-distance-feature-query[distance feature query] for more details.
21+
See the Elasticsearch documentation on {ref_current}/query-dsl-distance-feature-query.html[distance feature query] for more details.
2222

2323
[float]
2424
== Using a date

src/Tests/Tests/QueryDsl/Specialized/DistanceFeature/DistanceFeatureQueryUsageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Tests.QueryDsl.Specialized.DistanceFeature
1010
* Boosts the relevance score of documents closer to a provided `origin` date or point. For example, you can use this query to give
1111
* more weight to documents closer to a certain date or location.
1212
*
13-
* See the Elasticsearch documentation on {ref_current}/query-dsl-distance-feature-query[distance feature query] for more details.
13+
* See the Elasticsearch documentation on {ref_current}/query-dsl-distance-feature-query.html[distance feature query] for more details.
1414
*
1515
* [float]
1616
* == Using a date

0 commit comments

Comments
 (0)