diff --git a/weaviate/collections/classes/filters.py b/weaviate/collections/classes/filters.py index 8c120cfa9..2c799c005 100644 --- a/weaviate/collections/classes/filters.py +++ b/weaviate/collections/classes/filters.py @@ -234,7 +234,7 @@ def like(self, val: str) -> _Filters: def within_geo_range(self, coordinate: GeoCoordinate, distance: float) -> _Filters: """Filter on whether the property is within a given range of a geo-coordinate. - See [the docs](https://weaviate.io/developers/weaviate/search/filters##by-geo-coordinates) for more details. + See [the docs](https://weaviate.io/developers/weaviate/search/filters#by-geo-coordinates) for more details. """ return _FilterValue( target=self._target_path(),