diff --git a/src/Random.ts b/src/Random.ts index 0fee7a2a..a9418d50 100644 --- a/src/Random.ts +++ b/src/Random.ts @@ -181,7 +181,7 @@ export class Random { /** * Returns a Universally Unique Identifier Version 4. * - * See http://en.wikipedia.org/wiki/Universally_unique_identifier + * See https://en.wikipedia.org/wiki/Universally_unique_identifier */ public uuid4(): string { return uuid4(this.engine);