From 8e54d7fa09355e570170a7a06e10161dc8fddc47 Mon Sep 17 00:00:00 2001 From: Tommi Kangas Date: Wed, 8 Jan 2025 12:48:05 +0200 Subject: [PATCH] doc: Fix link text for references to GNSS interface The title of the GNSS interface documentation has been changed. Added custom link text to all references. Signed-off-by: Tommi Kangas --- doc/nrf/libraries/networking/nrf_cloud_agnss.rst | 2 +- doc/nrf/libraries/networking/nrf_cloud_pgps.rst | 2 +- doc/nrf/releases_and_maturity/releases/release-notes-1.6.0.rst | 2 +- doc/nrf/releases_and_maturity/releases/release-notes-1.7.0.rst | 2 +- samples/cellular/gnss/README.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/nrf/libraries/networking/nrf_cloud_agnss.rst b/doc/nrf/libraries/networking/nrf_cloud_agnss.rst index 4ccf5cba25cc..2b21f117da6e 100644 --- a/doc/nrf/libraries/networking/nrf_cloud_agnss.rst +++ b/doc/nrf/libraries/networking/nrf_cloud_agnss.rst @@ -149,7 +149,7 @@ This library uses the following |NCS| libraries: It uses the following `sdk-nrfxlib`_ library: -* :ref:`nrfxlib:gnss_interface` +* :ref:`GNSS interface` API documentation ***************** diff --git a/doc/nrf/libraries/networking/nrf_cloud_pgps.rst b/doc/nrf/libraries/networking/nrf_cloud_pgps.rst index 0050157c2efa..d100073331a6 100644 --- a/doc/nrf/libraries/networking/nrf_cloud_pgps.rst +++ b/doc/nrf/libraries/networking/nrf_cloud_pgps.rst @@ -298,7 +298,7 @@ This library uses the following |NCS| libraries: It uses the following `sdk-nrfxlib`_ library: -* :ref:`nrfxlib:gnss_interface` +* :ref:`GNSS interface` It uses the following Zephyr subsystem: diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-1.6.0.rst b/doc/nrf/releases_and_maturity/releases/release-notes-1.6.0.rst index 2da590a1f4b1..4b2881629437 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-1.6.0.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-1.6.0.rst @@ -408,7 +408,7 @@ Modem library * Updated :ref:`nrf_modem` to version 1.2.1. See the :ref:`nrfxlib:nrf_modem_changelog` for detailed information. * Added a new function-based GNSS API with support for new GNSS features in modem firmware v1.3.0. - See :ref:`nrfxlib:gnss_interface` for more information. + See :ref:`GNSS interface` for more information. * GNSS socket API is now deprecated. diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-1.7.0.rst b/doc/nrf/releases_and_maturity/releases/release-notes-1.7.0.rst index 4f998f8ce033..14cabbf9f923 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-1.7.0.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-1.7.0.rst @@ -140,7 +140,7 @@ nRF9160 * nRF9160: Asset Tracker has been deprecated in favor of :ref:`asset_tracker_v2`. * ``at_notif`` library has been deprecated in favor of the :ref:`at_monitor_readme` library. * ``at_cmd`` library has been deprecated in favor of Modem library's native AT interface. - * GPS driver has been deprecated in favor of the :ref:`nrfxlib:gnss_interface`. + * GPS driver has been deprecated in favor of the :ref:`GNSS interface`. nRF5 ==== diff --git a/samples/cellular/gnss/README.rst b/samples/cellular/gnss/README.rst index 8bfa5f243be9..f2a36ed2a2fb 100644 --- a/samples/cellular/gnss/README.rst +++ b/samples/cellular/gnss/README.rst @@ -9,7 +9,7 @@ Cellular: GNSS :local: :depth: 2 -This sample demonstrates how to use the :ref:`nrfxlib:gnss_interface` to control the `GNSS`_ module. +This sample demonstrates how to use the :ref:`GNSS interface` to control the `GNSS`_ module. It also shows how to improve fix speed and accuracy with the :ref:`lib_nrf_cloud_agnss` library and how to use the :ref:`lib_nrf_cloud_pgps` library. Assistance data is downloaded from nRF Cloud using `nRF Cloud's REST-based device API `_.