Browse Source

Docs: Fixed bad link in completion suggester

Clinton Gormley 10 years ago
parent
commit
1220b89a60
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/search/suggesters/context-suggest.asciidoc

+ 2 - 2
docs/reference/search/suggesters/context-suggest.asciidoc

@@ -227,8 +227,8 @@ A `geo` context allows you to associate one or more geo points or geohashes with
 at index time. At query time, suggestions can be filtered and boosted if they are within
 at index time. At query time, suggestions can be filtered and boosted if they are within
 a certain distance of a specified geo location.
 a certain distance of a specified geo location.
 
 
-Internally, geo points are encoded as geohashes with specified precision. See <<geohashes>> for
-more details.
+Internally, geo points are encoded as geohashes with the specified precision.
+See <<geohash>> for more background details.
 
 
 [float]
 [float]
 ===== Geo Mapping
 ===== Geo Mapping