aboutsummaryrefslogtreecommitdiff
path: root/src/modules/vehicle
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/vehicle
parente0e9ae8e9f41bb93ec02a37345129e24ccf58c9d (diff)
downloadfaker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.tar.xz
faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.zip
docs: switch doc links to stable (#2152)
Diffstat (limited to 'src/modules/vehicle')
-rw-r--r--src/modules/vehicle/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/vehicle/index.ts b/src/modules/vehicle/index.ts
index 25308dcb..836d9290 100644
--- a/src/modules/vehicle/index.ts
+++ b/src/modules/vehicle/index.ts
@@ -5,9 +5,9 @@ import type { Faker } from '../..';
*
* ### Overview
*
- * Most methods are related to cars/automobiles: a [`vehicle()`](https://next.fakerjs.dev/api/vehicle.html#vehicle) name is comprised of a car [`manufacturer()`](https://next.fakerjs.dev/api/vehicle.html#manufacturer) and [`model()`](https://next.fakerjs.dev/api/vehicle.html#model). You can also generate [`fuel()`](https://next.fakerjs.dev/api/vehicle.html#fuel), [`type()`](https://next.fakerjs.dev/api/vehicle.html#type), and [`color()`](https://next.fakerjs.dev/api/vehicle.html#color), as well as typical car registration IDs [`vin()`](https://next.fakerjs.dev/api/vehicle.html#vin) and [`vrm()`](https://next.fakerjs.dev/api/vehicle.html#vrm).
+ * Most methods are related to cars/automobiles: a [`vehicle()`](https://fakerjs.dev/api/vehicle.html#vehicle) name is comprised of a car [`manufacturer()`](https://fakerjs.dev/api/vehicle.html#manufacturer) and [`model()`](https://fakerjs.dev/api/vehicle.html#model). You can also generate [`fuel()`](https://fakerjs.dev/api/vehicle.html#fuel), [`type()`](https://fakerjs.dev/api/vehicle.html#type), and [`color()`](https://fakerjs.dev/api/vehicle.html#color), as well as typical car registration IDs [`vin()`](https://fakerjs.dev/api/vehicle.html#vin) and [`vrm()`](https://fakerjs.dev/api/vehicle.html#vrm).
*
- * If you prefer two wheels, you can generate a [`bicycle()`](https://next.fakerjs.dev/api/vehicle.html#bicycle) type instead.
+ * If you prefer two wheels, you can generate a [`bicycle()`](https://fakerjs.dev/api/vehicle.html#bicycle) type instead.
*/
export class VehicleModule {
constructor(private readonly faker: Faker) {