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: