From 0cad7b8091d1caf714605d48985d5cc35fc0ff4d Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Mon, 14 Sep 2020 10:34:12 -0700 Subject: [PATCH] [multer-s3] Repair links (#47495) --- types/multer-s3/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/multer-s3/index.d.ts b/types/multer-s3/index.d.ts index 18fd65d40f..4c4e9001fa 100644 --- a/types/multer-s3/index.d.ts +++ b/types/multer-s3/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: KIM Jaesuck a.k.a. gim tcaesvk // Gal Talmor // Matt Terski -// Definitions: https://github.com/DefinitelyType/DefinitelyTyped +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 import * as AWS from "aws-sdk";