aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commerce
diff options
context:
space:
mode:
authorShinigami <[email protected]>2023-05-15 08:24:13 +0200
committerGitHub <[email protected]>2023-05-15 08:24:13 +0200
commit8f741bd4bda455517fd048b83d76bd8e6d89d78e (patch)
tree512783caad8d405372c29859c1edb2acd09f94d7 /src/modules/commerce
parente0e9ae8e9f41bb93ec02a37345129e24ccf58c9d (diff)
downloadfaker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.tar.xz
faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.zip
docs: switch doc links to stable (#2152)
Diffstat (limited to 'src/modules/commerce')
-rw-r--r--src/modules/commerce/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/commerce/index.ts b/src/modules/commerce/index.ts
index ffb602b0..89f47711 100644
--- a/src/modules/commerce/index.ts
+++ b/src/modules/commerce/index.ts
@@ -6,11 +6,11 @@ import { deprecated } from '../../internal/deprecated';
*
* ### Overview
*
- * For a long product name like `'Incredible Soft Gloves'`, use [`productName()`](https://next.fakerjs.dev/api/commerce.html#productname). The product names are generated from a list of adjectives, materials, and products, which can each be accessed separately using [`productAdjective()`](https://next.fakerjs.dev/api/commerce.html#productadjective), [`productMaterial()`](https://next.fakerjs.dev/api/commerce.html#productmaterial), and [`product()`](https://next.fakerjs.dev/api/commerce.html#product). You can also create a description using [`productDescription()`](https://next.fakerjs.dev/api/commerce.html#productdescription).
+ * For a long product name like `'Incredible Soft Gloves'`, use [`productName()`](https://fakerjs.dev/api/commerce.html#productname). The product names are generated from a list of adjectives, materials, and products, which can each be accessed separately using [`productAdjective()`](https://fakerjs.dev/api/commerce.html#productadjective), [`productMaterial()`](https://fakerjs.dev/api/commerce.html#productmaterial), and [`product()`](https://fakerjs.dev/api/commerce.html#product). You can also create a description using [`productDescription()`](https://fakerjs.dev/api/commerce.html#productdescription).
*
- * For a department in a shop or product category, use [`department()`](https://next.fakerjs.dev/api/commerce.html#department).
+ * For a department in a shop or product category, use [`department()`](https://fakerjs.dev/api/commerce.html#department).
*
- * You can also create a price using [`price()`](https://next.fakerjs.dev/api/commerce.html#price).
+ * You can also create a price using [`price()`](https://fakerjs.dev/api/commerce.html#price).
*/
export class CommerceModule {
constructor(private readonly faker: Faker) {