From 46d9d1248bf280cd0f01e0555da18ccd6933305e Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 11 Sep 2020 09:07:53 -0700 Subject: [PATCH] [feathersjs__express] Repair links (#47446) --- types/feathersjs__express/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/feathersjs__express/index.d.ts b/types/feathersjs__express/index.d.ts index e814b80873..421c39f07f 100644 --- a/types/feathersjs__express/index.d.ts +++ b/types/feathersjs__express/index.d.ts @@ -2,7 +2,7 @@ // Project: https://feathersjs.com // Definitions by: Jan Lohage // Aleksey Klimenko -// Definitions: https://github.com/feathersjs-ecosystem/feathers-typescript +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 import { Application as FeathersApplication, ServiceMethods, SetupMethod } from '@feathersjs/feathers';