Skip to content

Commit

Permalink
fix: update link to troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Pickel authored and Pascal Pickel committed Mar 12, 2024
1 parent 34eccda commit 687d6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/serialDevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class SerialDevice extends Device {
this.dataLossCounter + missingSamples >= DATALOSS_THRESHOLD
) {
logger.error(
'Data loss detected. See https://github.com/Nordicsemiconductor/pc-nrfconnect-ppk/blob/main/doc/troubleshooting.md#data-loss-with-ppk2'
'Data loss detected. See https://github.com/Nordicsemiconductor/pc-nrfconnect-ppk/blob/main/doc/docs/troubleshooting.md#data-loss-with-ppk2'
);
}
this.dataLossCounter += missingSamples;
Expand Down

0 comments on commit 687d6fc

Please sign in to comment.