Skip to content

Commit 97d4b47

Browse files
algolia-botmillotp
andcommitted
chore: remove dead links (generated)
algolia/api-clients-automation#5472 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 1ebf59d commit 97d4b47

35 files changed

+44
-44
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ final response = await client.search(
100100

101101
## ❓ Troubleshooting
102102

103-
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/dart/) 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)
103+
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)
104104

105105
## Contributing
106106

packages/algoliasearch/lib/src/model/base_recommend_search_params.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ final class BaseRecommendSearchParams {
153153
@JsonKey(name: r'synonyms')
154154
final bool? synonyms;
155155

156-
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/guides/sending-events/getting-started).
156+
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started).
157157
@JsonKey(name: r'clickAnalytics')
158158
final bool? clickAnalytics;
159159

packages/algoliasearch/lib/src/model/base_search_params.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ final class BaseSearchParams {
176176
@JsonKey(name: r'synonyms')
177177
final bool? synonyms;
178178

179-
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/guides/sending-events/getting-started).
179+
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started).
180180
@JsonKey(name: r'clickAnalytics')
181181
final bool? clickAnalytics;
182182

packages/algoliasearch/lib/src/model/base_search_params_without_query.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ final class BaseSearchParamsWithoutQuery {
171171
@JsonKey(name: r'synonyms')
172172
final bool? synonyms;
173173

174-
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/guides/sending-events/getting-started).
174+
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started).
175175
@JsonKey(name: r'clickAnalytics')
176176
final bool? clickAnalytics;
177177

packages/algoliasearch/lib/src/model/browse_params_object.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ final class BrowseParamsObject {
226226
@JsonKey(name: r'synonyms')
227227
final bool? synonyms;
228228

229-
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/guides/sending-events/getting-started).
229+
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started).
230230
@JsonKey(name: r'clickAnalytics')
231231
final bool? clickAnalytics;
232232

packages/algoliasearch/lib/src/model/consequence_params.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ final class ConsequenceParams {
223223
@JsonKey(name: r'synonyms')
224224
final bool? synonyms;
225225

226-
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/guides/sending-events/getting-started).
226+
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started).
227227
@JsonKey(name: r'clickAnalytics')
228228
final bool? clickAnalytics;
229229

packages/algoliasearch/lib/src/model/exhaustive.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class Exhaustive {
1616
this.typo,
1717
});
1818

19-
/// Whether the facet count is exhaustive (`true`) or approximate (`false`). See the [related discussion](https://support.algolia.com/hc/en-us/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate-).
19+
/// Whether the facet count is exhaustive (`true`) or approximate (`false`). See the [related discussion](https://support.algolia.com/hc/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate).
2020
@JsonKey(name: r'facetsCount')
2121
final bool? facetsCount;
2222

packages/algoliasearch/lib/src/model/facet_hits.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class FacetHits {
2222
@JsonKey(name: r'highlighted')
2323
final String highlighted;
2424

25-
/// Number of records with this facet value. [The count may be approximated](https://support.algolia.com/hc/en-us/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate-).
25+
/// Number of records with this facet value. [The count may be approximated](https://support.algolia.com/hc/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate).
2626
@JsonKey(name: r'count')
2727
final int count;
2828

packages/algoliasearch/lib/src/model/fallback_params.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ final class FallbackParams {
218218
@JsonKey(name: r'synonyms')
219219
final bool? synonyms;
220220

221-
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/guides/sending-events/getting-started).
221+
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started).
222222
@JsonKey(name: r'clickAnalytics')
223223
final bool? clickAnalytics;
224224

packages/algoliasearch/lib/src/model/recommend_search_params.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ final class RecommendSearchParams {
218218
@JsonKey(name: r'synonyms')
219219
final bool? synonyms;
220220

221-
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/guides/sending-events/getting-started).
221+
/// Whether to include a `queryID` attribute in the response The query ID is a unique identifier for a search query and is required for tracking [click and conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started).
222222
@JsonKey(name: r'clickAnalytics')
223223
final bool? clickAnalytics;
224224

0 commit comments

Comments
 (0)