Skip to content

Commit 33af323

Browse files
maxd-nordicnordicjm
authored andcommitted
treewide: docs: align nrf_cloud_rest_cell_location reference name
This patch aligns the reference name for the nrf_cloud_rest_cell_location sample docs reference with the name of the sample. Signed-off-by: Maximilian Deubel <[email protected]>
1 parent 57915c9 commit 33af323

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

doc/nrf/external_comp/nrf_cloud.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ The following samples demonstrate nRF Cloud-specific functionality using REST:
253253

254254
* :ref:`nrf_cloud_rest_fota`
255255
* :ref:`nrf_cloud_rest_device_message`
256-
* :ref:`nrf_cloud_rest_cell_pos_sample`
256+
* :ref:`nrf_cloud_rest_cell_location`
257257

258258
Other related samples and applications that use nRF Cloud services:
259259

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2633,7 +2633,7 @@ IRIS-7398: The :ref:`nrf_cloud_multi_service` sample does not support using the
26332633

26342634
.. rst-class:: v2-8-0 v2-7-0 v2-6-2 v2-6-1 v2-6-0 v2-5-3 v2-5-2 v2-5-1 v2-5-0 v2-4-4 v2-4-3 v2-4-2 v2-4-1 v2-4-0 v2-3-0 v2-2-0 v2-1-4 v2-1-3 v2-1-2 v2-1-1 v2-1-0 v2-0-2 v2-0-1 v2-0-0
26352635

2636-
IRIS-7381: :ref:`nrf_cloud_rest_cell_pos_sample` sample might attempt to take a neighbor cell measurement when a measurement is already in progress
2636+
IRIS-7381: :ref:`nrf_cloud_rest_cell_location` sample might attempt to take a neighbor cell measurement when a measurement is already in progress
26372637
If cell information changes during a neighbor cell measurement, the sample will attempt to start a new measurement, resulting in warning and error log messages.
26382638

26392639
**Affected platforms:** nRF9160, nRF9161

doc/nrf/releases_and_maturity/releases/release-notes-2.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ nRF9160 samples
357357
* :ref:`modem_callbacks_sample` sample, showcasing initialization and de-initialization callbacks.
358358
* :ref:`nrf_cloud_multi_service` sample, demonstrating a simple but robust integration of location services, FOTA, sensor sampling, and more.
359359
* Shell functionality to HTTP Update samples.
360-
* :ref:`nrf_cloud_rest_cell_pos_sample` sample, demonstrating how to use the :ref:`lib_nrf_cloud_rest` library to perform cellular positioning requests.
360+
* :ref:`nrf_cloud_rest_cell_location` sample, demonstrating how to use the :ref:`lib_nrf_cloud_rest` library to perform cellular positioning requests.
361361
* :ref:`ciphersuites` sample, demonstrating how to use TLS cipher suites.
362362

363363
* Secure Partition Manager (rather than TF-M) is enabled by default for the applications and samples that support Thingy:91.

doc/nrf/releases_and_maturity/releases/release-notes-2.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ nRF9160 samples
472472
* Removed A-GPS and P-GPS processing.
473473
It is now handled by the :ref:`lib_nrf_cloud` library.
474474

475-
* Renamed the nRF9160: nRF Cloud REST cellular position sample to :ref:`nrf_cloud_rest_cell_pos_sample` sample.
475+
* Renamed the nRF9160: nRF Cloud REST cellular position sample to :ref:`nrf_cloud_rest_cell_location` sample.
476476
Sample files are moved from ``samples/nrf9160/nrf_cloud_rest_cell_pos`` to ``samples/nrf9160/nrf_cloud_rest_cell_location``.
477477

478478
Trusted Firmware-M (TF-M) samples

doc/nrf/releases_and_maturity/releases/release-notes-2.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ nRF9160 samples
499499
* Timeout command-line arguments for the ``location get`` command changed from integers in milliseconds to floating-point values in seconds.
500500
* Replaced deprecated LwM2M API calls with calls to new functions.
501501

502-
* :ref:`nrf_cloud_rest_cell_pos_sample` sample:
502+
* :ref:`nrf_cloud_rest_cell_location` sample:
503503

504504
* Added the usage of GCI search option if running modem firmware v1.3.4.
505505
* Updated the sample to wait for RRC idle mode before requesting neighbor cell measurements.

doc/nrf/releases_and_maturity/releases/release-notes-2.5.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ Cellular samples (renamed from nRF9160 samples)
606606

607607
* Updated the TF-M Mbed TLS overlay to fix an issue when connecting to the server.
608608

609-
* :ref:`nrf_cloud_rest_cell_pos_sample` sample:
609+
* :ref:`nrf_cloud_rest_cell_location` sample:
610610

611611
* Added:
612612

doc/nrf/releases_and_maturity/releases/release-notes-2.6.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ Cellular samples
765765
* The sample now uses the functions in the :file:`nrf_cloud_fota_poll.c` and :file:`nrf_cloud_fota_common.c` files.
766766
* The :kconfig:option:`CONFIG_AT_HOST_STACK_SIZE` Kconfig option value has been increased to 2048 bytes since nRF Cloud credentials are sometimes longer than 1024 bytes.
767767

768-
* :ref:`nrf_cloud_rest_cell_pos_sample` sample:
768+
* :ref:`nrf_cloud_rest_cell_location` sample:
769769

770770
* Added:
771771

doc/nrf/releases_and_maturity/releases/release-notes-2.7.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ Cellular samples
707707

708708
* Removed ESP8266 Wi-Fi DTC and Kconfig overlay files.
709709

710-
* :ref:`nrf_cloud_rest_cell_pos_sample` sample:
710+
* :ref:`nrf_cloud_rest_cell_location` sample:
711711

712712
* Added the :ref:`CONFIG_REST_CELL_SEND_DEVICE_STATUS <CONFIG_REST_CELL_SEND_DEVICE_STATUS>` Kconfig option to control sending device status on initial connection.
713713

doc/nrf/releases_and_maturity/releases/release-notes-2.8.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ Cellular samples
812812

813813
* Removed redundant logging that is now done by the :ref:`lib_nrf_cloud` library.
814814

815-
* :ref:`nrf_cloud_rest_cell_pos_sample` sample:
815+
* :ref:`nrf_cloud_rest_cell_location` sample:
816816

817817
* Removed redundant logging that is now done by the :ref:`lib_nrf_cloud` library.
818818

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Cellular samples
267267

268268
* Updated the :kconfig:option:`CONFIG_NRF_CLOUD_CHECK_CREDENTIALS` Kconfig option to be optional and enabled by default for the following samples:
269269

270-
* :ref:`nrf_cloud_rest_cell_pos_sample`
270+
* :ref:`nrf_cloud_rest_cell_location`
271271
* :ref:`nrf_cloud_rest_device_message`
272272
* :ref:`nrf_cloud_rest_fota`
273273

0 commit comments

Comments
 (0)