Skip to content

Commit 6129cb6

Browse files
author
Amanda Butler
authored
Fix links in rtc.md
Fix broken links.
1 parent 852ad90 commit 6129cb6

File tree

1 file changed

+2
-2
lines changed
  • docs/reference/contributing/target

1 file changed

+2
-2
lines changed

docs/reference/contributing/target/rtc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Hardware RTC capabilities.
3232

3333
You can find the API and specification for the RTC API in the following header file:
3434

35-
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/feature-hal-spec-rtc-doxy/group__hal__rtc.html)
35+
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/group__hal__rtc.html)
3636

3737
To enable RTC support in Mbed OS, add the `RTC` label in the `device_has` option of the target's section in the `targets.json` file.
3838

@@ -46,4 +46,4 @@ mbed test -t <toolchain> -m <target> -n "tests-mbed_hal-rtc*"
4646

4747
You can read more about the test cases:
4848

49-
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/feature-hal-spec-rtc-doxy/group__hal__rtc__tests.html)
49+
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/group__hal__rtc__tests.html)

0 commit comments

Comments
 (0)