From bdb4aefc8f23464edbd5966468837fc52dea895e Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Thu, 13 May 2021 11:22:12 -0700 Subject: [PATCH] docs(tracing): remove the relative link --- docs/src/api/class-tracing.md | 2 +- types/types.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/api/class-tracing.md b/docs/src/api/class-tracing.md index dd8aebd598..b98e59a4e5 100644 --- a/docs/src/api/class-tracing.md +++ b/docs/src/api/class-tracing.md @@ -1,6 +1,6 @@ # class: Tracing -API for collecting and saving Playwright traces. Playwright traces can be opened using the [CLI]('./cli.md') after +API for collecting and saving Playwright traces. Playwright traces can be opened using the Playwright CLI after Playwright script runs. Start with specifying the folder traces will be stored in: diff --git a/types/types.d.ts b/types/types.d.ts index c2bb2bd366..4777bf4f73 100644 --- a/types/types.d.ts +++ b/types/types.d.ts @@ -10498,7 +10498,7 @@ export interface Touchscreen { } /** - * API for collecting and saving Playwright traces. Playwright traces can be opened using the [CLI]('./cli.md') after + * API for collecting and saving Playwright traces. Playwright traces can be opened using the Playwright CLI after * Playwright script runs. * * Start with specifying the folder traces will be stored in: