Skip to content

Commit 8bec1bb

Browse files
author
Amanda Butler
authored
Update links in sleep.md
Avoid merge conflicts again because I changed links between the PR coming in and my looking at it.
1 parent 695cc04 commit 8bec1bb

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

docs/reference/contributing/target/sleep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We are working on the new HAL Sleep API, which will replace the current version
3232

3333
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-sleep` branch. You can find the API and specification for the new Sleep API in the following header file:
3434

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

3737
To enable sleep support in Mbed OS, you need to add the `SLEEP` 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-sleep*"
4646

4747
You can read more about the test cases:
4848

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

0 commit comments

Comments
 (0)