Skip to content

Commit affcec2

Browse files
tokangasrlubos
authored andcommitted
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 <[email protected]>
1 parent 8da4d8b commit affcec2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/nrf/libraries/networking/nrf_cloud_agnss.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ This library uses the following |NCS| libraries:
149149

150150
It uses the following `sdk-nrfxlib`_ library:
151151

152-
* :ref:`nrfxlib:gnss_interface`
152+
* :ref:`GNSS interface<nrfxlib:gnss_interface>`
153153

154154
API documentation
155155
*****************

doc/nrf/libraries/networking/nrf_cloud_pgps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ This library uses the following |NCS| libraries:
298298

299299
It uses the following `sdk-nrfxlib`_ library:
300300

301-
* :ref:`nrfxlib:gnss_interface`
301+
* :ref:`GNSS interface<nrfxlib:gnss_interface>`
302302

303303
It uses the following Zephyr subsystem:
304304

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Modem library
408408
* Updated :ref:`nrf_modem` to version 1.2.1.
409409
See the :ref:`nrfxlib:nrf_modem_changelog` for detailed information.
410410
* Added a new function-based GNSS API with support for new GNSS features in modem firmware v1.3.0.
411-
See :ref:`nrfxlib:gnss_interface` for more information.
411+
See :ref:`GNSS interface<nrfxlib:gnss_interface>` for more information.
412412

413413
* GNSS socket API is now deprecated.
414414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ nRF9160
140140
* nRF9160: Asset Tracker has been deprecated in favor of :ref:`asset_tracker_v2`.
141141
* ``at_notif`` library has been deprecated in favor of the :ref:`at_monitor_readme` library.
142142
* ``at_cmd`` library has been deprecated in favor of Modem library's native AT interface.
143-
* GPS driver has been deprecated in favor of the :ref:`nrfxlib:gnss_interface`.
143+
* GPS driver has been deprecated in favor of the :ref:`GNSS interface<nrfxlib:gnss_interface>`.
144144

145145
nRF5
146146
====

samples/cellular/gnss/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Cellular: GNSS
99
:local:
1010
:depth: 2
1111

12-
This sample demonstrates how to use the :ref:`nrfxlib:gnss_interface` to control the `GNSS`_ module.
12+
This sample demonstrates how to use the :ref:`GNSS interface<nrfxlib:gnss_interface>` to control the `GNSS`_ module.
1313
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.
1414
Assistance data is downloaded from nRF Cloud using `nRF Cloud's REST-based device API <nRF Cloud REST API_>`_.
1515

0 commit comments

Comments
 (0)