Skip to content

Commit 86ec043

Browse files
Merge pull request #5383 from MicrosoftEdge/user/chetanpandey/fixScriptLink
Fix the script link in script.md
2 parents e037bb3 + c5867ac commit 86ec043

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

diagnostics/script.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The script automates collection of commonly requested WebView2 diagnostic data
44

55
### Procedure
66

7-
1. Download the [script file](resource/log_collection_script.ps1).
7+
1. Download the [script file](resources/log_collection_script.ps1).
88
2. Open an elevated PowerShell window (**Run as Administrator**).
99
3. Run the script by executing:
1010

@@ -35,4 +35,5 @@ To specify a different output directory for the ZIP file, provide the `ZipPath`
3535

3636
```
3737
.\log_collection_script.ps1 -ZipPath <folder-path>
38-
```
38+
39+
```

0 commit comments

Comments
 (0)