aboutsummaryrefslogtreecommitdiff
path: root/src/modules/airline
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/airline
parente0e9ae8e9f41bb93ec02a37345129e24ccf58c9d (diff)
downloadfaker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.tar.xz
faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.zip
docs: switch doc links to stable (#2152)
Diffstat (limited to 'src/modules/airline')
-rw-r--r--src/modules/airline/index.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/airline/index.ts b/src/modules/airline/index.ts
index a9432dc6..e387cecf 100644
--- a/src/modules/airline/index.ts
+++ b/src/modules/airline/index.ts
@@ -67,15 +67,15 @@ const aircraftTypeSeats: Record<AircraftType, string[]> = {
*
* Several methods in this module return objects rather than strings. For example, you can use `faker.airline.airport().iataCode` to pick out the specific property you need.
*
- * For a random airport, use [`airport()`](https://next.fakerjs.dev/api/airline.html#airport).
+ * For a random airport, use [`airport()`](https://fakerjs.dev/api/airline.html#airport).
*
- * For a random airline, use [`airline()`](https://next.fakerjs.dev/api/airline.html#airline).
+ * For a random airline, use [`airline()`](https://fakerjs.dev/api/airline.html#airline).
*
- * For a dummy booking, a passenger will generally book a flight on a specific [`flightNumber()`](https://next.fakerjs.dev/api/airline.html#flightnumber), [`airplane()`](https://next.fakerjs.dev/api/airline.html#airplane), be allocated a [`seat()`](https://next.fakerjs.dev/api/airline.html#seat), and [`recordLocator()`](https://next.fakerjs.dev/api/airline.html#recordlocator).
+ * For a dummy booking, a passenger will generally book a flight on a specific [`flightNumber()`](https://fakerjs.dev/api/airline.html#flightnumber), [`airplane()`](https://fakerjs.dev/api/airline.html#airplane), be allocated a [`seat()`](https://fakerjs.dev/api/airline.html#seat), and [`recordLocator()`](https://fakerjs.dev/api/airline.html#recordlocator).
*
* ### Related Modules
*
- * - To generate sample passenger data, you can use the methods of the [`faker.person`](https://next.fakerjs.dev/api/person.html) module.
+ * - To generate sample passenger data, you can use the methods of the [`faker.person`](https://fakerjs.dev/api/person.html) module.
*/
export class AirlineModule {
constructor(private readonly faker: Faker) {