fix WPR link
Catalin-Emil Fetoiu committed
Oct 24, 2023 at 11:52 UTC
8c34189fee207b6229be4e3971d9eb3813659954
1 file changed
+2
-2
CONTRIBUTING.md
+2
-2
@@ -122,13 +122,13 @@ Availability Capabilities CapabilityDescriptions
122
Install tcpdump in your WSL distribution using the following commands.
123
Note: This will not work if WSL has Internet connectivity issues.
124
125
-Install [WPR](https://learn.microsoft.com/en-us/windows-hardware/test/wpt/windows-performance-recorder)
126
-
125
```
126
# sudo apt-get update
127
# sudo apt-get -y install tcpdump
128
```
129
130
+Install [WPR](https://learn.microsoft.com/en-us/windows-hardware/test/wpt/windows-performance-recorder)
131
+
132
To collect WSL networking logs, do the following steps in an administrative powershell prompt:
133
134
```