Skip to content

Commit 695cc04

Browse files
author
Amanda Butler
authored
Update links in rtc.md
Update links for proper rendering. I changed these links between your making this change and my reviewing it, so I'm copying the updated links here to avoid merge conflicts.
1 parent bc08619 commit 695cc04

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
@@ -38,7 +38,7 @@ We are working on the new HAL RTC API, which will replace the current version in
3838

3939
To make sure your platform is ready for the upcoming changes, you need to implement the future API and submit it in a separate pull request against the `feature-hal-spec-rtc` branch. You can find the API and specification for the new RTC API in the following header file:
4040

41-
[![View code](https://www.mbed.com/embed/?type=library)](http://os.mbed.com/docs/development/feature-hal-spec-rtc-doxy/group__hal__rtc.html)
41+
[![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)
4242

4343
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.
4444

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

5353
You can read more about the test cases:
5454

55-
[![View code](https://www.mbed.com/embed/?type=library)](http://os.mbed.com/docs/development/feature-hal-spec-rtc-doxy/group__hal__rtc__tests.html)
55+
[![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)

0 commit comments

Comments
 (0)