Skip to content

Commit 229ab03

Browse files
algolia-botmillotp
andcommitted
chore: remove dead links (generated)
algolia/api-clients-automation#5472 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 2435d4a commit 229ab03

19 files changed

+75
-76
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h4 align="center">The perfect starting point to integrate <a href="https://algolia.com" target="_blank">Algolia</a> within your Java project</h4>
77

88
<p align="center">
9-
<a href="https://search.maven.org/artifact/com.algolia/algoliasearch/"><img src="https://img.shields.io/maven-central/v/com.algolia/algoliasearch.svg" alt="CircleCI"></img></a>
9+
<a href="https://central.sonatype.com/artifact/com.algolia/algoliasearch"><img src="https://img.shields.io/maven-central/v/com.algolia/algoliasearch.svg" alt="CircleCI"></img></a>
1010
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Licence"></img></a>
1111
</p>
1212
</p>
@@ -16,7 +16,6 @@
1616
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
1717
<a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
1818
<a href="https://github.com/algolia/algoliasearch-client-java/issues" target="_blank">Report a bug</a> •
19-
<a href="https://www.algolia.com/doc/api-client/troubleshooting/faq/java/" target="_blank">FAQ</a> •
2019
<a href="https://alg.li/support" target="_blank">Support</a>
2120
</p>
2221

@@ -73,7 +72,7 @@ For full documentation, visit the **[Algolia Java API Client](https://www.algoli
7372

7473
## ❓ Troubleshooting
7574

76-
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/java/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
75+
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://support.algolia.com/hc/sections/15061037630609-API-Client-FAQs) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
7776

7877
## Contributing
7978

algoliasearch/src/main/java/com/algolia/api/SearchClient.java

Lines changed: 56 additions & 56 deletions
Large diffs are not rendered by default.

algoliasearch/src/main/java/com/algolia/model/composition/BaseInjectionQueryParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public BaseInjectionQueryParameters setClickAnalytics(Boolean clickAnalytics) {
349349
/**
350350
* Whether to include a `queryID` attribute in the response The query ID is a unique identifier
351351
* for a search query and is required for tracking [click and conversion
352-
* events](https://www.algolia.com/guides/sending-events/getting-started).
352+
* events](https://www.algolia.com/doc/guides/sending-events/getting-started).
353353
*/
354354
@javax.annotation.Nullable
355355
public Boolean getClickAnalytics() {

algoliasearch/src/main/java/com/algolia/model/composition/Exhaustive.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public Exhaustive setFacetsCount(Boolean facetsCount) {
3535

3636
/**
3737
* Whether the facet count is exhaustive (`true`) or approximate (`false`). See the [related
38-
* discussion](https://support.algolia.com/hc/en-us/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate-).
38+
* discussion](https://support.algolia.com/hc/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate).
3939
*/
4040
@javax.annotation.Nullable
4141
public Boolean getFacetsCount() {

algoliasearch/src/main/java/com/algolia/model/composition/FacetHits.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public FacetHits setCount(Integer count) {
4848

4949
/**
5050
* Number of records with this facet value. [The count may be
51-
* approximated](https://support.algolia.com/hc/en-us/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate-).
51+
* approximated](https://support.algolia.com/hc/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate).
5252
*/
5353
@javax.annotation.Nonnull
5454
public Integer getCount() {

algoliasearch/src/main/java/com/algolia/model/composition/MainInjectionQueryParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ public MainInjectionQueryParameters setClickAnalytics(Boolean clickAnalytics) {
367367
/**
368368
* Whether to include a `queryID` attribute in the response The query ID is a unique identifier
369369
* for a search query and is required for tracking [click and conversion
370-
* events](https://www.algolia.com/guides/sending-events/getting-started).
370+
* events](https://www.algolia.com/doc/guides/sending-events/getting-started).
371371
*/
372372
@javax.annotation.Nullable
373373
public Boolean getClickAnalytics() {

algoliasearch/src/main/java/com/algolia/model/composition/Params.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ public Params setClickAnalytics(Boolean clickAnalytics) {
428428
/**
429429
* Whether to include a `queryID` attribute in the response The query ID is a unique identifier
430430
* for a search query and is required for tracking [click and conversion
431-
* events](https://www.algolia.com/guides/sending-events/getting-started).
431+
* events](https://www.algolia.com/doc/guides/sending-events/getting-started).
432432
*/
433433
@javax.annotation.Nullable
434434
public Boolean getClickAnalytics() {

algoliasearch/src/main/java/com/algolia/model/composition/SearchForFacetValuesResults.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public SearchForFacetValuesResults setExhaustiveFacetsCount(Boolean exhaustiveFa
5959
/**
6060
* Whether the facet count is exhaustive (true) or approximate (false). For more information, see
6161
* [Why are my facet and hit counts not
62-
* accurate](https://support.algolia.com/hc/en-us/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate-).
62+
* accurate](https://support.algolia.com/hc/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate).
6363
*/
6464
@javax.annotation.Nonnull
6565
public Boolean getExhaustiveFacetsCount() {

algoliasearch/src/main/java/com/algolia/model/recommend/Exhaustive.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public Exhaustive setFacetsCount(Boolean facetsCount) {
3535

3636
/**
3737
* Whether the facet count is exhaustive (`true`) or approximate (`false`). See the [related
38-
* discussion](https://support.algolia.com/hc/en-us/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate-).
38+
* discussion](https://support.algolia.com/hc/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate).
3939
*/
4040
@javax.annotation.Nullable
4141
public Boolean getFacetsCount() {

algoliasearch/src/main/java/com/algolia/model/recommend/FallbackParams.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ public FallbackParams setClickAnalytics(Boolean clickAnalytics) {
651651
/**
652652
* Whether to include a `queryID` attribute in the response The query ID is a unique identifier
653653
* for a search query and is required for tracking [click and conversion
654-
* events](https://www.algolia.com/guides/sending-events/getting-started).
654+
* events](https://www.algolia.com/doc/guides/sending-events/getting-started).
655655
*/
656656
@javax.annotation.Nullable
657657
public Boolean getClickAnalytics() {

0 commit comments

Comments
 (0)