Skip to content

Commit 9291290

Browse files
committed
Some link changes
1 parent 3453e51 commit 9291290

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/api/networksocket/SocketStats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Here is an example to collect socket statistics.
1818

1919
### Related content
2020

21-
- [IP networking architecture](/docs/development/reference/ip-networking.html).
21+
- [IP networking architecture](../reference/ip-networking.html).

docs/api/networksocket/networksocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The network socket API provides a common interface for using sockets on network
102102

103103
### Network errors
104104

105-
The convention of the network socket API is for functions to return negative error codes to indicate failure. On success, a function may return zero or a non-negative integer to indicate the size of a transaction. On failure, a function must return a negative integer, which is one of the error codes in the `nsapi_error_t` [enum](/docs/development/mbed-os-api-doxy/group__netsocket.html#gac21eb8156cf9af198349069cdc7afeba):
105+
The convention of the network socket API is for functions to return negative error codes to indicate failure. On success, a function may return zero or a non-negative integer to indicate the size of a transaction. On failure, a function must return a negative integer, which is one of the error codes in the `nsapi_error_t` [enum](../mbed-os-api-doxy/group__netsocket.html#gac21eb8156cf9af198349069cdc7afeba):
106106

107107
``` cpp NOCI
108108
/** Enum of standardized error codes

docs/api/security/psa.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h2 id="psa-api">The Mbed implementation of PSA</h2>
22

3-
The Mbed implementation of [PSA](/docs/development/introduction/glossary.html) provides root of trust services and infrastructure for developing IoT applications.
3+
The Mbed implementation of [PSA](../introduction/glossary.html) provides root of trust services and infrastructure for developing IoT applications.
44

5-
When Mbed OS is running on a PSA Security Model compliant target, the Mbed implementation of PSA helps to protect cryptographic assets, credentials and critical code sections by providing an isolation between a [Secure Processing Environment (SPE)](/docs/development/introduction/glossary.html) and a [Non-Secure Processing Environment (NSPE)](/docs/development/introduction/glossary.html). The [Secure Partition Manager (SPM)](/docs/development/introduction/glossary.html), which uses the target's hardware features, manages the isolation. The SPM provides standardized [IPC](/docs/development/introduction/glossary.html) APIs that you can use regardless of system architecture (v8M, TEE on Cortex-A) or inside another chip.
5+
When Mbed OS is running on a PSA Security Model compliant target, the Mbed implementation of PSA helps to protect cryptographic assets, credentials and critical code sections by providing an isolation between a [Secure Processing Environment (SPE)](../introduction/glossary.html) and a [Non-Secure Processing Environment (NSPE)](../introduction/glossary.html). The [Secure Partition Manager (SPM)](../introduction/glossary.html), which uses the target's hardware features, manages the isolation. The SPM provides standardized [IPC](../introduction/glossary.html) APIs that you can use regardless of system architecture (v8M, TEE on Cortex-A) or inside another chip.
66

77
The Mbed implementation of PSA bridges the differences between PSA platforms and non-PSA platforms for application developers, allowing them to use the same standard PSA APIs on both platform types.
88

@@ -22,7 +22,7 @@ The SPM and the secure partitions are located in the SPE, isolating them from th
2222

2323
A secure partition is a container for one or more root of trust services, and a platform may have multiple secure partitions. Secure partitions provide the execution environment for security functionality.
2424

25-
Platform hardware, such as the [Security Attribution Unit (SAU)](/docs/development/introduction/glossary.html) and Memory Protection Unit (MPU) in the ARMv8-M platforms, enforces the separation of partitions. Other platforms may use different mechanisms to provide equivalent isolation for the partitions.
25+
Platform hardware, such as the [Security Attribution Unit (SAU)](../introduction/glossary.html) and Memory Protection Unit (MPU) in the ARMv8-M platforms, enforces the separation of partitions. Other platforms may use different mechanisms to provide equivalent isolation for the partitions.
2626

2727
### Platform types
2828

@@ -38,5 +38,5 @@ The Mbed implementation of PSA supports the following platform types:
3838

3939
The Mbed implementation of PSA provides the following services:
4040

41-
- PSA [RoT](/docs/development/introduction/glossary.html) internal storage.
41+
- PSA [RoT](../introduction/glossary.html) internal storage.
4242
- PSA Crypto APIs.

0 commit comments

Comments
 (0)