Skip to content

Commit

Permalink
Merge pull request #443 from NordicSemiconductor/fix/update-link
Browse files Browse the repository at this point in the history
fix: update link to troubleshooting
  • Loading branch information
boundlesscalm authored Mar 12, 2024
2 parents 34eccda + 687d6fc commit dcfe6cc
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 dcfe6cc

Please sign in to comment.