Skip to content

Commit 8f32e90

Browse files
author
AnotherButler
committed
Fix links in Watchdog.md
Fix broken links, so docs build.
1 parent 8af1acf commit 8f32e90

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/porting/target/Watchdog.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Hardware Independent Watchdog support.
2828

2929
## Implementing Watchdog
3030

31-
You can find the API and specification for the Watchdog API in the following header file:
31+
You can find the API and specification for the Watchdog API in its HAL API reference:
3232

33-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/development/feature-hal-spec-watchdog-doxy/classmbed_1_1_watchdog.html)
33+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/group__hal__watchdog.html)
3434

3535
To enable Watchdog support in Mbed OS, add the `WATCHDOG` label in the `device_has` option of the target's section in the `targets.json` file.
3636

@@ -42,8 +42,6 @@ The Mbed OS HAL provides a set of conformance tests for Watchdog. You can use th
4242
mbed test -t <toolchain> -m <target> -n "tests-mbed_hal-watchdog*"
4343
```
4444

45-
You can read more about the test cases here:
45+
For more details, please see:
4646

47-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/development/feature-hal-spec-watchdog-doxy/watchdog__api__tests_8h_source.html)
48-
49-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/development/feature-hal-spec-watchdog-doxy/watchdog__reset__tests_8h_source.html)
47+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/group__hal__watchdog__tests.html)

0 commit comments

Comments
 (0)