From 1ccdcc6d45d445d7683f4ff67567ea51878b53b1 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 18 Sep 2020 16:31:30 -0700 Subject: [PATCH] [hashids] Repair links (#47713) --- types/hashids/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/hashids/index.d.ts b/types/hashids/index.d.ts index b432aa2eb6..ee840abc84 100644 --- a/types/hashids/index.d.ts +++ b/types/hashids/index.d.ts @@ -1,5 +1,5 @@ // Type definitions for Hashids.js 1.x -// Project: https://github.com/ivanakimov/hashids.node.js +// Project: https://hashids.org/javascript/ // Definitions by: Paulo Cesar // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped