Commit 8fb844580811d6ef4230e0f8fef2b5c7401e619f

Authored by Andrew Louis
Committed by Andrew Kane
1 parent 8b3e8bfc

Link to the Elasticsearch docs for aggregations (not facets) (#724)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -605,7 +605,7 @@ products.suggestions # ["peanut butter"]
605 605  
606 606 ### Aggregations
607 607  
608   -[Aggregations](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-facets.html) provide aggregated search data.
  608 +[Aggregations](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html) provide aggregated search data.
609 609  
610 610 ![Aggregations](https://raw.githubusercontent.com/ankane/searchkick/gh-pages/facets.png)
611 611  
... ...