From 7ba9c9e03fe93110b2c8f3c866fbd4a3d7c8248b Mon Sep 17 00:00:00 2001 From: Alexandru Costache Date: Fri, 5 Jan 2024 12:54:03 +0200 Subject: [PATCH] hw.device-type: Fix hyperlinks in provisioning instructions If hyperlinks are unquoted, a target=blank is added and entire link is broken in the dashboard. This doesn't happen for devices which use quoted links, like for example the CM4. Change-type: patch Signed-off-by: Alexandru Costache --- .../hw.device-type/iot-gate-imx8plus-d1d8/contract.json | 2 +- contracts/hw.device-type/iot-gate-imx8plus/contract.json | 2 +- .../hw.device-type/radxa-cm3-rpicm4-ioboard/contract.json | 8 ++++---- contracts/hw.device-type/radxa-zero/contract.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/contracts/hw.device-type/iot-gate-imx8plus-d1d8/contract.json b/contracts/hw.device-type/iot-gate-imx8plus-d1d8/contract.json index 7d414117..cab7f32f 100644 --- a/contracts/hw.device-type/iot-gate-imx8plus-d1d8/contract.json +++ b/contracts/hw.device-type/iot-gate-imx8plus-d1d8/contract.json @@ -31,7 +31,7 @@ "instructions": [ "Unpack the balenaOS image you downloaded from balena-cloud.", "Make sure the device is not powered and connect the PROG port to your PC using a micro USB cable.", - "From a Linux-based host, use the IOT-GATE-iMX8PLUS flashing tools to write balenaOS on your device.", + "From a Linux-based host, use the IOT-GATE-iMX8PLUS flashing tools to write balenaOS on your device.", "After flashing is completed, disconnect the micro USB cable from the PROG port, power off the device and then power it back on." ] } diff --git a/contracts/hw.device-type/iot-gate-imx8plus/contract.json b/contracts/hw.device-type/iot-gate-imx8plus/contract.json index 25dbc15a..46f9d48a 100644 --- a/contracts/hw.device-type/iot-gate-imx8plus/contract.json +++ b/contracts/hw.device-type/iot-gate-imx8plus/contract.json @@ -31,7 +31,7 @@ "instructions": [ "Unpack the balenaOS image you downloaded from balena-cloud.", "Make sure the device is not powered and connect the PROG port to your PC using a micro USB cable.", - "From a Linux-based host, use the IOT-GATE-iMX8PLUS flashing tools to write balenaOS on your device.", + "From a Linux-based host, use the IOT-GATE-iMX8PLUS flashing tools to write balenaOS on your device.", "After flashing is completed, disconnect the micro USB cable from the PROG port, power off the device and then power it back on." ] } diff --git a/contracts/hw.device-type/radxa-cm3-rpicm4-ioboard/contract.json b/contracts/hw.device-type/radxa-cm3-rpicm4-ioboard/contract.json index b4eb85a8..50a1f339 100644 --- a/contracts/hw.device-type/radxa-cm3-rpicm4-ioboard/contract.json +++ b/contracts/hw.device-type/radxa-cm3-rpicm4-ioboard/contract.json @@ -29,10 +29,10 @@ }, "partials": { "instructions": [ - "Use the maskrom mode instructions supplied by the vendor and ensure the device's MicroUSB port is used for provisioning.", - "Install on your PC the rockchip flash tools required for flashing.", - "Clear eMMC and set it in UMS mode. Make sure to use this loader when following the USB provisioning instructions.", - "Once the OS has been written to the eMMC you need to repower your board. Make sure you take into account the power on instructions." + "Use the maskrom mode instructions supplied by the vendor and ensure the device's MicroUSB port is used for provisioning.", + "Install on your PC the rockchip flash tools required for flashing.", + "Clear eMMC and set it in UMS mode. Make sure to use this loader when following the USB provisioning instructions.", + "Once the OS has been written to the eMMC you need to repower your board. Make sure you take into account the power on instructions." ] } } diff --git a/contracts/hw.device-type/radxa-zero/contract.json b/contracts/hw.device-type/radxa-zero/contract.json index 66298706..f0e9aeb2 100644 --- a/contracts/hw.device-type/radxa-zero/contract.json +++ b/contracts/hw.device-type/radxa-zero/contract.json @@ -29,10 +29,10 @@ }, "partials": { "instructions": [ - "Use the maskrom mode instructions provided by the vendor and make sure the board's USB2 port is used for provisioning.", + "Use the maskrom mode instructions provided by the vendor and make sure the board's USB2 port is used for provisioning.", "Install on your PC the tools required for flashing.", "Clear eMMC and set it in UMS mode. Make sure to use this loader when following the sideloading instructions.", - "Write the OS to the internal eMMC storage device. We recommend using Etcher.", + "Write the OS to the internal eMMC storage device. We recommend using Etcher.", "Once the OS has been written to the eMMC you need to repower your board." ] }