From 70034b8351db2d86af9291b3f7752c2689a82b87 Mon Sep 17 00:00:00 2001 From: Mikhail Vasin <12434833+mvasin@users.noreply.github.com> Date: Sun, 27 Dec 2020 21:46:03 +0100 Subject: [PATCH] docs: fix the cypress-testing-library types link the types moved into the repo (https://github.com/testing-library/cypress-testing-library/pull/148) --- docs/cypress-testing-library/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cypress-testing-library/intro.mdx b/docs/cypress-testing-library/intro.mdx index ec113594..cb6dacf7 100644 --- a/docs/cypress-testing-library/intro.mdx +++ b/docs/cypress-testing-library/intro.mdx @@ -45,7 +45,7 @@ Typings should be added as follows in `tsconfig.json`: ``` You can find -[all Library definitions here](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__cypress/index.d.ts). +[all Library definitions here](https://github.com/testing-library/cypress-testing-library/blob/master/types/index.d.ts). ## Examples