Skip to content

Commit

Permalink
doc: fixed stale link to sbs emulator
Browse files Browse the repository at this point in the history
Fixed bad link reported by Sphinx linkchecker

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben authored and nashif committed Jun 7, 2023
1 parent b7e23b8 commit 8426396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contribute/contributor_expectations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ PR Requirements
:zephyr_file:`kernel timer <kernel/timer.c>`, measured by lines of code.
- Emulators for off-chip peripherals are an effective way to test driver
APIs. The :zephyr_file:`fuel gauge tests <tests/drivers/fuel_gauge/sbs_gauge>`
use the :zephyr_file:`smart battery emulator <drivers/sensor/sbs_gauge/emul_sbs_gauge.c>`,
use the :zephyr_file:`smart battery emulator <drivers/fuel_gauge/sbs_gauge/emul_sbs_gauge.c>`,
providing test coverage for the
:zephyr_file:`fuel gauge API <include/zephyr/drivers/fuel_gauge.h>`
and the :zephyr_file:`smart battery driver <drivers/fuel_gauge/sbs_gauge/sbs_gauge.c>`.
Expand Down

0 comments on commit 8426396

Please sign in to comment.