Commit 7c85c5997680ea93753916bf2b30c790efedf5f1
Committed by
GitHub
1 parent
9cc2f3d1
Exists in
master
and in
5 other branches
fix broken/outdated links in readme (#1457)
this brings a few link references in line with the current copy
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
README.md
... | ... | @@ -176,7 +176,7 @@ Get the full response from Elasticsearch |
176 | 176 | results.response |
177 | 177 | ``` |
178 | 178 | |
179 | -**Note:** By default, Elasticsearch [limits paging](#deep-paging-master) to the first 10,000 results for performance. With Elasticsearch 7, this applies to the total count as well. | |
179 | +**Note:** By default, Elasticsearch [limits paging](#deep-paging) to the first 10,000 results for performance. With Elasticsearch 7, this applies to the total count as well. | |
180 | 180 | |
181 | 181 | ### Boosting |
182 | 182 | |
... | ... | @@ -209,7 +209,7 @@ boost_by_recency: {created_at: {scale: "7d", decay: 0.5}} |
209 | 209 | |
210 | 210 | You can also boost by: |
211 | 211 | |
212 | -- [Conversions](#keep-getting-better) | |
212 | +- [Conversions](#intelligent-search) | |
213 | 213 | - [Distance](#boost-by-distance) |
214 | 214 | |
215 | 215 | ### Get Everything |
... | ... | @@ -1217,7 +1217,7 @@ Searchkick uses `ENV["ELASTICSEARCH_URL"]` for the Elasticsearch server. This de |
1217 | 1217 | - [Elastic Cloud](#elastic-cloud) |
1218 | 1218 | - [Heroku](#heroku) |
1219 | 1219 | - [Amazon Elasticsearch Service](#amazon-elasticsearch-service) |
1220 | -- [Self-Hosted and Other](#other) | |
1220 | +- [Self-Hosted and Other](#self-hosted-and-other) | |
1221 | 1221 | |
1222 | 1222 | ### Elastic Cloud |
1223 | 1223 | ... | ... |