From d32404c624b527d682766671904c92781d138163 Mon Sep 17 00:00:00 2001 From: Mangum Date: Wed, 26 Aug 2026 15:46:18 -0400 Subject: [PATCH] readme: fix links to device provisioning samples Fixes broken links to device provisioning samples, and removes the multi-service sample as it has been converted into a Wi-Fi sample that does not demonstrate provisioning. See https://github.com/nrfconnect/sdk-nrf/commit/37f2b26955f277a1f9273a873453b250ebbdaa91 for more information. Signed-off-by: Dan Mangum --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index a61a480..c44fa64 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,7 @@ Run the following command to use this package as a dependency: * **For basic device registration:** Enable the [AT Host library](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/modem/at_host.html). Refer to the [AT Client sample](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/at_client/README.html) in the nRF Connect SDK for an implementation example. -* **For using the Provisioning Service:** Enable the [Provisioning Service library](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/networking/nrf_provisioning.html). You can find more documentation about the [Provisioning Service here](https://docs.nordicsemi.com/bundle/nrf-cloud/page/SecurityServices/ProvisioningService/ProvisioningOverview.html). The nRF Connect SDK provides these illustrative samples: - - * **nRF Cloud Multi Service Sample:** Demonstrates onboarding alongside other cloud interactions. - * [https://github.com/nrfconnect/sdk-nrf/tree/main/samples/cellular/nrf_cloud_multi_service](https://github.com/nrfconnect/sdk-nrf/tree/main/samples/cellular/nrf_cloud_multi_service) - * **nRF Provisioning Sample:** Provides a focused look at the provisioning steps. - * [https://github.com/nrfconnect/sdk-nrf/tree/main/samples/cellular/nrf_provisioning](https://github.com/nrfconnect/sdk-nrf/tree/main/samples/cellular/nrf_provisioning) +* **For using the Provisioning Service:** Enable the [Provisioning Service library](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/networking/nrf_provisioning.html). You can find more documentation about the [Provisioning Service here](https://docs.nordicsemi.com/bundle/nrf-cloud/page/SecurityServices/ProvisioningService/ProvisioningOverview.html). The nRF Connect SDK provides a [sample](https://github.com/nrfconnect/sdk-nrf/tree/main/samples/cellular/nrf_device_provisioning) with a focused look at provisioning steps on cellular devices. 4. When compiling with the nRF Cloud Libraries, make sure your project has the next Kconfig options: