Skip to content

Commit e7b85cd

Browse files
Convert remaining balena.io/docs URLs to faster docs.balena.io
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
1 parent c8b35a8 commit e7b85cd

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ If a page is removed that may be linked externally to some other docs, do rememb
9494

9595
Currently, the following reference material is pulled from other repositories:
9696
- [Device Supervisor API](https://www.balena.io/docs/reference/supervisor/supervisor-api/) and [Device Supervisor upgrades](https://www.balena.io/docs/reference/supervisor/supervisor-upgrades), sourced from https://github.com/balena-io/balena-supervisor/tree/master/docs
97-
- [CLI](https://www.balena.io/docs/reference/cli/) sourced from https://github.com/balena-io/balena-cli/blob/master/doc/cli.markdown
98-
- [Node SDK](https://www.balena.io/docs/reference/sdk/node-sdk/) sourced from https://github.com/balena-io/balena-sdk/blob/master/DOCUMENTATION.md
99-
- [Python SDK](https://www.balena.io/docs/reference/sdk/python-sdk/) sourced from https://github.com/balena-io/balena-sdk-python/blob/master/DOCUMENTATION.md
97+
- [CLI](https://docs.balena.io/reference/cli/) sourced from https://github.com/balena-io/balena-cli/blob/master/doc/cli.markdown
98+
- [Node SDK](https://docs.balena.io/reference/sdk/node-sdk/) sourced from https://github.com/balena-io/balena-sdk/blob/master/DOCUMENTATION.md
99+
- [Python SDK](https://docs.balena.io/reference/sdk/python-sdk/) sourced from https://github.com/balena-io/balena-sdk-python/blob/master/DOCUMENTATION.md
100100

101101
And more. The updated list of external resources can be found in [tools/fetch-external.sh](https://github.com/balena-io/docs/blob/master/tools/fetch-external.sh)
102102

pages/learn/deploy/deploy-with-balena-button.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The **Deploy with {{ $names.company.lower }}** button allows users to perform a
1111

1212
Clicking the **Deploy with {{ $names.company.lower }}** button opens the {{ $names.cloud.lower }} dashboard with a modal window pre-populated with everything required to deploy a fleet. Clicking the _Advanced_ toggle in the modal window allows adding additional configuration options. If the project has provided configuration variables via a [configuration file](#balenayml-configuration-file), then they are pre-populated in this section.
1313

14-
<img src="https://www.balena.io/docs/img/configuration/deploy-to-balena.webp" width="80%">
14+
<img src="/img/configuration/deploy-to-balena.webp" width="80%">
1515

1616
Clicking _Create and deploy_ creates a new fleet and generates a release. Any devices added to the fleet will immediately download and begin running the release.
1717

pages/learn/more/glossary.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ balena continuous integration system. This is in the process of being deprecated
4545
### balena CLI
4646
**(balena specific term)**
4747
The Command Line Interface for interacting with balenaCloud, openBalena and local balenaOS devices.
48-
[more](https://www.balena.io/docs/reference/balena-cli/)
48+
[more](https://docs.balena.io/reference/balena-cli/)
4949

5050
### balenaCloud
5151
**(balena specific term)**
@@ -73,7 +73,7 @@ On-premises fleet management, delivered as a single virtual machine that include
7373
### balenaOS
7474
**(balena specific term)**
7575
An operating system optimized for running Docker containers on embedded devices, with an emphasis on reliability over long periods of operation. Based on Yocto.
76-
[more](https://www.balena.io/docs/reference/OS/overview/)
76+
[more](https://docs.balena.io/reference/OS/overview/)
7777

7878
### balenaOS image
7979
**(balena specific term)**
@@ -86,7 +86,7 @@ A reverse proxy that handles requests made to Public Device URLs by passing them
8686
### balenaSDK
8787
**(balena specific term)**
8888
Balena’s Software Development Kit, allowing users to create software that can interact with balenaCloud via the balenaAPI. Available for node.js and python.
89-
[more](https://www.balena.io/docs/reference/sdk/node-sdk/)
89+
[more](https://docs.balena.io/reference/sdk/node-sdk/)
9090

9191
### balena-on-balena (aka.BoB)
9292
**(balena specific term)**
@@ -133,7 +133,7 @@ The loop that manages balena’s legal, financial and corporate architecture and
133133
### config.json
134134
**(configuration files are not unique to balena, but in this instance it's a reference specific to balena)**
135135
'The main configuration file'. A file located on the boot partition of balenaOS devices, which can be used to modify the behaviour of the OS.
136-
[more](https://www.balena.io/docs/reference/OS/configuration/)
136+
[more](https://docs.balena.io/reference/OS/configuration/)
137137

138138
### Container (docker)
139139
'a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.'
@@ -307,7 +307,7 @@ A range of small form factor PCs from Intel.
307307
### Organization (balena)
308308
**(balena specific term)**
309309
A group of members, teams, and fleets that is managed by one or more organization administrators.
310-
[more](https://www.balena.io/docs/learn/accounts/organizations/)
310+
[more](https://docs.balena.io/learn/accounts/organizations/)
311311

312312
## P
313313

@@ -345,7 +345,7 @@ Metrics / alerting framework - used by balena-monitor. [more](https://prometheus
345345
### Provisioning (balena)
346346
**(Provisioning is not unique to balena, but in this instance it's a reference specific to balena)**
347347
The process of adding a new device to a balena application. This involves booting the device with a balenaOS image which has had the application’s provisioning key embedded (e.g. by flashing an SD card and booting from that).
348-
[more](https://www.balena.io/docs/learn/welcome/primer/#device-provisioning)
348+
[more](https://docs.balena.io/learn/welcome/primer/#device-provisioning)
349349

350350
## Q
351351

pages/learn/more/masterclasses/network-masterclass.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
There are some common networking issues that can stop several major components
44
(VPN, Supervisor, balenaEngine) from working correctly.
55

6-
The first thing to check would be confirming if the [networking requirements](https://www.balena.io/docs/reference/OS/network/2.x/#network-requirements) are being met.
6+
The first thing to check would be confirming if the [networking requirements](https://docs.balena.io/reference/OS/network/2.x/#network-requirements) are being met.
77

88
Additionally, services running on the device themselves may have networking requirements
99
which may not be met. For example, a service may need to send data to a server, but the

0 commit comments

Comments
 (0)