From 6437bb7511cb8ab580577b5242d7d2b0b4d4aaa6 Mon Sep 17 00:00:00 2001 From: Mark Corbin Date: Tue, 30 Mar 2021 09:06:30 +0000 Subject: [PATCH] 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 --- doc/cli.markdown | 2 +- lib/commands/os/configure.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cli.markdown b/doc/cli.markdown index de3b3668..00d1f230 100644 --- a/doc/cli.markdown +++ b/doc/cli.markdown @@ -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. diff --git a/lib/commands/os/configure.ts b/lib/commands/os/configure.ts index 79532079..ae380d49 100644 --- a/lib/commands/os/configure.ts +++ b/lib/commands/os/configure.ts @@ -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')}