Skip to content

Commit 918256d

Browse files
committed
Fixing links
1 parent ccef80a commit 918256d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/api/networkinterfaces/MeshInterface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Mbed OS provides three types of IPv6 based mesh networks:
1010
- Wi-SUN, following the specification from Wi-SUN alliance.
1111
- Thread, following the specification from Thread Group.
1212

13-
Nanostack is the networking stack that provides these protocols. For more information on the stack internals, please refer to the [Thread](../reference/thread.html), [Wi-SUN](../reference/wi-sun.html) and [6LowPAN](../reference/mesh-tech.html) sections. Application developers use Nanostack through the Mbed Mesh API.
13+
Nanostack is the networking stack that provides these protocols. For more information on the stack internals, please refer to the [Thread](../reference/thread-tech.html), [Wi-SUN](../reference/wisun-tech.html) and [6LowPAN](../reference/mesh-tech.html) sections. Application developers use Nanostack through the Mbed Mesh API.
1414

1515
The application can use the `LoWPANNDInterface`, `WisunInterface` or `ThreadInterface` object for connecting to the mesh network. When successfully connected, the application can use the Mbed [C++ socket APIs](network-socket.html) to create a socket to start communication with a remote peer.
1616

@@ -46,8 +46,8 @@ To learn how to use mesh, please see our [light control tutorial](../tutorials/l
4646

4747
### Related content
4848

49-
- [Thread](../reference/thread.html) technology reference material.
50-
- [Wi-SUN](../reference/wi-sun.html) technology reference material.
49+
- [Thread](../reference/thread-tech.html) technology reference material.
50+
- [Wi-SUN](../reference/wisun-tech.html) technology reference material.
5151
- [6LowPAN](../reference/mesh-tech.html) technology reference material.
5252
- [6LoWPAN, Wi-SUN and Thread Mesh configuration documentation](../reference/configuration-mesh.html).
5353
- [Light control tutorial](../tutorials/light-control.html).

docs/api/security/psa_lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following is a state machine depiction of the PSA lifecycle:
1313

1414
You can specify the lifecycle value during build time using the `MBED_CONF_LIFECYCLE_STATE` macro. The default lifecycle value is `PSA_LIFECYCLE_ASSEMBLY_AND_TEST`.
1515

16-
In Mbed OS, the PSA lifecycle is implemented as part of the [platform service](../apis/platform-service.html).
16+
In Mbed OS, the PSA lifecycle is implemented as part of the platform service.
1717

1818
### PSA lifecycle reference
1919

docs/reference/configuration/mesh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This guide is divided in sections, and generic Nanostack configurations are firs
99
For understanding the technologies and APIs, please refer to following sections before this one:
1010

1111
- [Network connectivity in Mbed OS](../reference/networking.html) technology page.
12-
- [Thread](../reference/thread.html) technology reference page.
13-
- [Wi-SUN](../reference/wi-sun.html) technology reference page.
12+
- [Thread](../reference/thread-tech.html) technology reference page.
13+
- [Wi-SUN](../reference/wisun-tech.html) technology reference page.
1414
- [6LowPAN](../reference/mesh-tech.html) technology reference page.
1515
- [Mesh class reference](../apis/mesh-api.html) user API.
1616
- [Socket API](../apis/network-socket.html).

docs/reference/contributing/guidelines/workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Release: patch
100100

101101
A functionality change can be any change in the functionality, including adding a new feature, a new method or a function. Software language does not matter.
102102

103-
A feature contribution contains a new API, capability or behavior. It does not break backward compatibility with existing APIs, capabilities or behaviors. New feature contributions are very welcome in Mbed OS. However, because they add capability to the codebase, it's easy for a new feature to introduce bugs and a support burden. The introduction of new features should also come with documentation, majority of targets support and comprehensive test coverage proving the correctness of the feature per the documentation. Feature PRs are treated cautiously, and new features require a new minor version for the codebase. Features are candidates for feature releases.
103+
A feature contribution contains a new API, capability or behavior. It does not break backward compatibility with existing APIs, capabilities or behaviors. New feature contributions are very welcome in Mbed OS. However, because they add capability to the codebase, it's easy for a new feature to introduce bugs and a support burden. The introduction of new features should also come with documentation, majority of targets support and comprehensive test coverage proving the correctness of the feature per the documentation. Feature PRs are treated cautiously, and new features require a new minor version for the codebase. Features are candidates for feature releases.
104104

105105
Every pull request changing or adding functionality must contain a release notes section called "Release notes" to describe the changes to users.
106106

@@ -112,7 +112,7 @@ It must contain:
112112

113113
<span class="notes">**Note:** We may use this content in our official release notes.</span>
114114

115-
For more details, please see the [pull request template addition for functional changes](./pull_request_drafts/pr_functional_change.md).
115+
For more details, please see the [pull request template addition for functional changes](../pull_request_drafts/pr_functional_change.md).
116116

117117
We initially implement new features on separate branches in the Mbed OS repository. Mbed OS maintainers create the new branches by following the naming convention: "feature-" prefix.
118118

@@ -151,7 +151,7 @@ It must contain:
151151

152152
<span class="notes">**Note:** We may use this content in our official release notes.</span>
153153

154-
For more details, please see the [pull request template addition](./pull_request_drafts/pr_breaking_change.md).
154+
For more details, please see the [pull request template addition](../pull_request_drafts/pr_breaking_change.md).
155155

156156
A project technical lead and the Mbed OS technical lead must approve breaking change pull requests.
157157

0 commit comments

Comments
 (0)