docs(tracing): remove the relative link

This commit is contained in:
Pavel Feldman 2021-05-13 11:22:12 -07:00
parent 7adf907fba
commit bdb4aefc8f
2 changed files with 2 additions and 2 deletions

View File

@ -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:

2
types/types.d.ts vendored
View File

@ -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: