mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
os/configure: Fix broken NetworkManager URL
Update the broken NM URL to match the rest of the documentation. Change-type: patch Connects-to: balena-io/docs/#1757 balena-io/docs/#1522 Changelog-entry: os/configure: Fix broken NetworkManager URL Signed-off-by: Mark Corbin <mark@balena.io>
This commit is contained in:
parent
9676ea94cb
commit
6437bb7511
@ -2084,7 +2084,7 @@ profiles for additional network interfaces, such as cellular/GSM or additional
|
||||
WiFi or ethernet connections. This option may be passed multiple times in case there
|
||||
are multiple files to inject. See connection profile examples and reference at:
|
||||
https://www.balena.io/docs/reference/OS/network/2.x/
|
||||
https://developer.gnome.org/NetworkManager/stable/nm-settings.html
|
||||
https://developer.gnome.org/NetworkManager/stable/ref-settings.html
|
||||
|
||||
The --device-api-key option is deprecated and will be removed in a future release.
|
||||
A suitable key is automatically generated or fetched if this option is omitted.
|
||||
|
@ -84,7 +84,7 @@ export default class OsConfigureCmd extends Command {
|
||||
WiFi or ethernet connections. This option may be passed multiple times in case there
|
||||
are multiple files to inject. See connection profile examples and reference at:
|
||||
https://www.balena.io/docs/reference/OS/network/2.x/
|
||||
https://developer.gnome.org/NetworkManager/stable/nm-settings.html
|
||||
https://developer.gnome.org/NetworkManager/stable/ref-settings.html
|
||||
|
||||
${deviceApiKeyDeprecationMsg.split('\n').join('\n\t\t')}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user