Skip to content

Commit 5330a3c

Browse files
author
Alex J Lennon
committed
docs: fix path reference in implementation documentation
1 parent b91745b commit 5330a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IMPLEMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ ssh -p 23 [email protected] "eink-power-cli battery read --format json"
304304
### 2. Automation Script Compatibility:
305305
```bash
306306
# Replace existing Python scripts
307-
# OLD: python3 target_scripts/test_target_board_single.py "ltc2959 read"
307+
# OLD: python3 scripts/testing/test_target_board_single.py "ltc2959 read"
308308
# NEW: eink-power-cli battery read
309309

310310
# Batch operations

0 commit comments

Comments
 (0)