Skip to content

Commit 614a699

Browse files
committed
Update src/settings.rs
1 parent 476ce7c commit 614a699

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/settings.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ impl Index {
606606
.await
607607
}
608608

609-
/// Get [typo tolerance](https://docs.meilisearch.com/learn/configuration/typo_tolerance.html#typo-tolerance) of the [Index].
609+
/// Get [typo tolerance](https://www.meilisearch.com/docs/learn/configuration/typo_tolerance#typo-tolerance) of the [Index].
610610
///
611611
/// ```
612612
/// # use meilisearch_sdk::{client::*, indexes::*};
@@ -1011,7 +1011,7 @@ impl Index {
10111011
.await
10121012
}
10131013

1014-
/// Update [displayed attributes](https://www.meilisearch.com/docs/reference/features/settings#displayed-attributes) of the [Index].
1014+
/// Update [displayed attributes](https://www.meilisearch.com/docs/reference/api/settings#displayed-attributes) of the [Index].
10151015
///
10161016
/// # Example
10171017
///
@@ -1091,7 +1091,7 @@ impl Index {
10911091
.await
10921092
}
10931093

1094-
/// Update [typo tolerance](https://docs.meilisearch.com/learn/configuration/typo_tolerance.html#typo-tolerance) settings of the [Index].
1094+
/// Update [typo tolerance](https://www.meilisearch.com/docs/learn/configuration/typo_tolerance#typo-tolerance) settings of the [Index].
10951095
///
10961096
/// # Example
10971097
///
@@ -1167,7 +1167,7 @@ impl Index {
11671167
.await
11681168
}
11691169

1170-
/// Reset [synonyms](https://www.meilisearch.com/docs/reference/features/synonyms.html) of the [Index].
1170+
/// Reset [synonyms](https://www.meilisearch.com/docs/reference/api/settings#synonyms) of the [Index].
11711171
///
11721172
/// # Example
11731173
///
@@ -1230,7 +1230,7 @@ impl Index {
12301230
)
12311231
.await
12321232
}
1233-
/// Reset [stop-words](https://www.meilisearch.com/docs/reference/features/stop_words.html) of the [Index].
1233+
/// Reset [stop-words](https://www.meilisearch.com/docs/reference/api/settings#stop-words) of the [Index].
12341234
///
12351235
/// # Example
12361236
///
@@ -1296,7 +1296,7 @@ impl Index {
12961296
.await
12971297
}
12981298

1299-
/// Reset [filterable attributes](https://www.meilisearch.com/docs/reference/features/filtering_and_faceted_search.html) of the [Index].
1299+
/// Reset [filterable attributes](https://www.meilisearch.com/docs/reference/api/settings#filterable-attributes) of the [Index].
13001300
///
13011301
/// # Example
13021302
///
@@ -1328,7 +1328,7 @@ impl Index {
13281328
.await
13291329
}
13301330

1331-
/// Reset [sortable attributes](https://www.meilisearch.com/docs/reference/features/sorting.html) of the [Index].
1331+
/// Reset [sortable attributes](https://www.meilisearch.com/docs/reference/api/settings#sortable-attributes) of the [Index].
13321332
///
13331333
/// # Example
13341334
///
@@ -1360,7 +1360,7 @@ impl Index {
13601360
.await
13611361
}
13621362

1363-
/// Reset the [distinct attribute](https://www.meilisearch.com/docs/reference/features/settings#distinct-attribute) of the [Index].
1363+
/// Reset the [distinct attribute](https://www.meilisearch.com/docs/reference/api/settings#distinct-attribute) of the [Index].
13641364
///
13651365
/// # Example
13661366
///
@@ -1392,7 +1392,7 @@ impl Index {
13921392
.await
13931393
}
13941394

1395-
/// Reset [searchable attributes](https://www.meilisearch.com/docs/reference/features/field_properties.html#searchable-fields) of
1395+
/// Reset [searchable attributes](https://www.meilisearch.com/docs/learn/configuration/displayed_searchable_attributes#searchable-fields) of
13961396
/// the [Index] (enable all attributes).
13971397
///
13981398
/// # Example
@@ -1425,7 +1425,7 @@ impl Index {
14251425
.await
14261426
}
14271427

1428-
/// Reset [displayed attributes](https://www.meilisearch.com/docs/reference/features/settings#displayed-attributes) of the [Index] (enable all attributes).
1428+
/// Reset [displayed attributes](https://www.meilisearch.com/docs/reference/api/settings#displayed-attributes) of the [Index] (enable all attributes).
14291429
///
14301430
/// # Example
14311431
///
@@ -1489,7 +1489,7 @@ impl Index {
14891489
.await
14901490
}
14911491

1492-
/// Reset [typo tolerance](https://docs.meilisearch.com/learn/configuration/typo_tolerance.html#typo-tolerance) settings of the [Index].
1492+
/// Reset [typo tolerance](https://www.meilisearch.com/docs/learn/configuration/typo_tolerance#typo-tolerance) settings of the [Index].
14931493
///
14941494
/// # Example
14951495
///

0 commit comments

Comments
 (0)