Skip to content

Commit b8fa124

Browse files
ppcanoPepe Cano
authored andcommitted
Fix image path
1 parent 1f51689 commit b8fa124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/markdown/docs/01 guides/02 Using k6/13 Session recording - HAR support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ In Chrome, you can use the DevTools Network Filter to select only particular dom
139139

140140
`/loadimpact.com|cloudfront.net/`
141141

142-
![Save HAR filter domain using regex](/images/Session-recording-HAR-support/session_recorder_filter_domain.png)
142+
![Save HAR filter domain using regex](./images/Session-recording-HAR-support/session_recorder_filter_domain.png)
143143

144144
After filtering your selected domains, you can download the HAR file as described in the first step of this tutorial, and the HAR file will only include the requests to the selected domains.
145145

146146
If you don’t know all the domains to filter, it is beneficial to use the query language of the Network Filter. Just input `domain:` in the filter to see all the different domains recorded by the Network Panel.
147147

148-
![Save HAR filter domain list](/images/Session-recording-HAR-support/session_recorder_filter_domain_list.png)
148+
![Save HAR filter domain list](./images/Session-recording-HAR-support/session_recorder_filter_domain_list.png)
149149

150150
### Correlate dynamic data
151151

0 commit comments

Comments
 (0)