From 434d23b1320385db3e8c7a086d3fac44c8863d8a Mon Sep 17 00:00:00 2001 From: Greg Lahaye Date: Sat, 8 Feb 2020 04:07:04 +0800 Subject: [PATCH] Fix broken Screenshot link in cli/types/index.d.ts (#6360) --- cli/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/types/index.d.ts b/cli/types/index.d.ts index 099ea5f24ffd..38a106116023 100644 --- a/cli/types/index.d.ts +++ b/cli/types/index.d.ts @@ -381,7 +381,7 @@ declare namespace Cypress { } /** - * @see https://on.cypress.io/api/screenshot-api + * @see https://on.cypress.io/screenshot-api */ Screenshot: { defaults(options: Partial): void