Skip to content

Commit d57d6fc

Browse files
author
Amanda Butler
authored
Fix links in mpu.md
Point links to new test site.
1 parent ec10dc4 commit d57d6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/porting/target/mpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Hardware MPU capabilities.
2323

2424
You can find the API and specification for the MPU API in the following header file:
2525

26-
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/group__hal__mpu.html)
26+
[![View code](https://www.mbed.com/embed/?type=library)](http://os.mbed.com/docs/development/mbed-os-api-doxy/group__hal__mpu.html)
2727

2828
To enable MPU support in Mbed OS, add the `MPU` label in the `device_has` option of the target's section in the `targets.json` file.
2929

@@ -41,4 +41,4 @@ mbed test -t <toolchain> -m <target> -n "tests-mbed_hal-mpu*"
4141

4242
You can read more about the test cases:
4343

44-
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/group__hal__mpu__tests.html)
44+
[![View code](https://www.mbed.com/embed/?type=library)](http://os.mbed.com/docs/development/mbed-os-api-doxy/group__hal__mpu__tests.html)

0 commit comments

Comments
 (0)