You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
484: Fix documentation links redirection over the entire repository r=bidoubiwa a=meili-bot
_This PR is auto-generated._
Fix documentation links redirection over the entire repository
Related to: meilisearch/integration-guides#257
Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Bruno Casali <[email protected]>
Co-authored-by: cvermand <[email protected]>
Copy file name to clipboardExpand all lines: src/settings.rs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -604,7 +604,7 @@ impl Index {
604
604
.await
605
605
}
606
606
607
-
/// Get [typo tolerance](https://docs.meilisearch.com/learn/configuration/typo_tolerance.html#typo-tolerance) of the [Index].
607
+
/// Get [typo tolerance](https://www.meilisearch.com/docs/learn/configuration/typo_tolerance#typo-tolerance) of the [Index].
608
608
///
609
609
/// ```
610
610
/// # use meilisearch_sdk::{client::*, indexes::*};
@@ -1009,7 +1009,7 @@ impl Index {
1009
1009
.await
1010
1010
}
1011
1011
1012
-
/// Update [displayed attributes](https://www.meilisearch.com/docs/reference/features/settings#displayed-attributes) of the [Index].
1012
+
/// Update [displayed attributes](https://www.meilisearch.com/docs/reference/api/settings#displayed-attributes) of the [Index].
1013
1013
///
1014
1014
/// # Example
1015
1015
///
@@ -1089,7 +1089,7 @@ impl Index {
1089
1089
.await
1090
1090
}
1091
1091
1092
-
/// Update [typo tolerance](https://docs.meilisearch.com/learn/configuration/typo_tolerance.html#typo-tolerance) settings of the [Index].
1092
+
/// Update [typo tolerance](https://www.meilisearch.com/docs/learn/configuration/typo_tolerance#typo-tolerance) settings of the [Index].
1093
1093
///
1094
1094
/// # Example
1095
1095
///
@@ -1165,7 +1165,7 @@ impl Index {
1165
1165
.await
1166
1166
}
1167
1167
1168
-
/// Reset [synonyms](https://www.meilisearch.com/docs/reference/features/synonyms.html) of the [Index].
1168
+
/// Reset [synonyms](https://www.meilisearch.com/docs/reference/api/settings#synonyms) of the [Index].
1169
1169
///
1170
1170
/// # Example
1171
1171
///
@@ -1228,7 +1228,7 @@ impl Index {
1228
1228
)
1229
1229
.await
1230
1230
}
1231
-
/// Reset [stop-words](https://www.meilisearch.com/docs/reference/features/stop_words.html) of the [Index].
1231
+
/// Reset [stop-words](https://www.meilisearch.com/docs/reference/api/settings#stop-words) of the [Index].
1232
1232
///
1233
1233
/// # Example
1234
1234
///
@@ -1294,7 +1294,7 @@ impl Index {
1294
1294
.await
1295
1295
}
1296
1296
1297
-
/// Reset [filterable attributes](https://www.meilisearch.com/docs/reference/features/filtering_and_faceted_search.html) of the [Index].
1297
+
/// Reset [filterable attributes](https://www.meilisearch.com/docs/reference/api/settings#filterable-attributes) of the [Index].
1298
1298
///
1299
1299
/// # Example
1300
1300
///
@@ -1326,7 +1326,7 @@ impl Index {
1326
1326
.await
1327
1327
}
1328
1328
1329
-
/// Reset [sortable attributes](https://www.meilisearch.com/docs/reference/features/sorting.html) of the [Index].
1329
+
/// Reset [sortable attributes](https://www.meilisearch.com/docs/reference/api/settings#sortable-attributes) of the [Index].
1330
1330
///
1331
1331
/// # Example
1332
1332
///
@@ -1358,7 +1358,7 @@ impl Index {
1358
1358
.await
1359
1359
}
1360
1360
1361
-
/// Reset the [distinct attribute](https://www.meilisearch.com/docs/reference/features/settings#distinct-attribute) of the [Index].
1361
+
/// Reset the [distinct attribute](https://www.meilisearch.com/docs/reference/api/settings#distinct-attribute) of the [Index].
1362
1362
///
1363
1363
/// # Example
1364
1364
///
@@ -1390,7 +1390,7 @@ impl Index {
1390
1390
.await
1391
1391
}
1392
1392
1393
-
/// Reset [searchable attributes](https://www.meilisearch.com/docs/reference/features/field_properties.html#searchable-fields) of
1393
+
/// Reset [searchable attributes](https://www.meilisearch.com/docs/learn/configuration/displayed_searchable_attributes#searchable-fields) of
1394
1394
/// the [Index] (enable all attributes).
1395
1395
///
1396
1396
/// # Example
@@ -1423,7 +1423,7 @@ impl Index {
1423
1423
.await
1424
1424
}
1425
1425
1426
-
/// Reset [displayed attributes](https://www.meilisearch.com/docs/reference/features/settings#displayed-attributes) of the [Index] (enable all attributes).
1426
+
/// Reset [displayed attributes](https://www.meilisearch.com/docs/reference/api/settings#displayed-attributes) of the [Index] (enable all attributes).
1427
1427
///
1428
1428
/// # Example
1429
1429
///
@@ -1487,7 +1487,7 @@ impl Index {
1487
1487
.await
1488
1488
}
1489
1489
1490
-
/// Reset [typo tolerance](https://docs.meilisearch.com/learn/configuration/typo_tolerance.html#typo-tolerance) settings of the [Index].
1490
+
/// Reset [typo tolerance](https://www.meilisearch.com/docs/learn/configuration/typo_tolerance#typo-tolerance) settings of the [Index].
0 commit comments