Skip to content

Commit 9d1b721

Browse files
committed
content: usage: fix broken internal links
1 parent 165635d commit 9d1b721

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/usage/advanced/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ is wide enough, the sidebar automatically stays open.
162162

163163
- The theme content at the top [is configurable](#theme-content)
164164
{% pirate() %}
165-
- [The development documentation](../development/extensions/#web-interface-http-server)
165+
- [The development documentation](@/development/extensions/index.md#web-interface-http-server)
166166
specifies the requirements for a service page to appear in the sidebar
167167
{% end %}
168168

@@ -286,7 +286,7 @@ and where relevant
286286
- its API documentation (in a live-testable form)
287287
- the current API version
288288

289-
The individual services are documented [in the development documentation](../development/core/#services).
289+
The individual services are documented [in the development documentation](@/development/core/index.md#services).
290290
{% end %}
291291
{{ easy_image(src="available-services", width=600, class="pirate") }}
292292

@@ -319,7 +319,7 @@ versions
319319
- Previously-installed versions are kept locally on the device, unless
320320
manually deleted, which provides an easy route for roll-backs to undesired
321321
changes (e.g. during development)
322-
- Allows updating the [bootstrap image](../development/bootstrap) to match the current version
322+
- Allows updating the [bootstrap image](@/development/bootstrap/index.md) to match the current version
323323
- Allows loading remote versions (including from custom docker-hub repositories)
324324
- Allows manually uploading docker images from the surface computer
325325
- If an undetected failure somehow occurs in BlueOS (or if a broken version gets
@@ -657,7 +657,7 @@ it automatically (via MAVLink)
657657
{{ service(service="Kraken", port=9134, link="/services/kraken", based=true) }}
658658

659659
The Extensions Manager is in charge of fetching, installing, updating, and managing
660-
[Extensions](../extensions).
660+
[Extensions](@/development/extensions/index.md).
661661

662662
The Store tab shows the available extensions, with a default filter which excludes
663663
the development example extensions.

content/usage/overview/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ BlueOS has almost all features from the old Companion, and several hotly-request
9797
| [**Ping Sonar Devices**](../advanced/#ping-sonar-devices) | &rarr; | &rarr; | &rarr;<br>+ Detects Ping360 in ethernet configuration<br>+ Ping Sonar distance estimates can be *sent via MAVLink* | &rarr;<br>+ Devices can be *hot-plugged*<br><br>- *No MAVLink pipeline* | Ping Sonar and Ping360 can connect with [Ping Viewer](https://docs.bluerobotics.com/ping-viewer/)<br>+ Ping Sonar distance estimates can be *sent via MAVLink* |
9898
| [**Serial Bridges**](../advanced/#serial-bridges) | &rarr;<br>+ Separate target and listener ports | &rarr; | &rarr; | &rarr; | Create and manage bridges between serial and UDP/TCP endpoints |
9999
| **Water Linked** | &rarr; | &rarr; | DVL-A50 and UGPS extensions available through Extensions Manager | [DVL-A50 package available](https://discuss.bluerobotics.com/t/external-integrations-extensions/10912#integration-example-dvl-5) | Supports UGPS and DVL-A50 |
100-
| [**Extensions**](../extensions/) | &rarr; | &rarr; | Custom extensions available through Extensions Manager | &rarr; | Custom functionality requires forking the codebase |
100+
| [**Extensions**](@/development/extensions/index.md) | &rarr; | &rarr; | Custom extensions available through Extensions Manager | &rarr; | Custom functionality requires forking the codebase |
101101

102102
## Release Types
103103
BlueOS has multiple release types, to allow choosing your preferred balance between access to the latest fixes and improvements, and stability of the software. The three release types are:

0 commit comments

Comments
 (0)