Skip to content

Commit

Permalink
doc: Fix link text for references to GNSS interface
Browse files Browse the repository at this point in the history
The title of the GNSS interface documentation has been changed.
Added custom link text to all references.

Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
  • Loading branch information
tokangas committed Jan 8, 2025
1 parent 83c8bde commit 8e54d7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/nrf/libraries/networking/nrf_cloud_agnss.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<nrfxlib:gnss_interface>`

API documentation
*****************
Expand Down
2 changes: 1 addition & 1 deletion doc/nrf/libraries/networking/nrf_cloud_pgps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<nrfxlib:gnss_interface>`

It uses the following Zephyr subsystem:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<nrfxlib:gnss_interface>` for more information.

* GNSS socket API is now deprecated.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<nrfxlib:gnss_interface>`.

nRF5
====
Expand Down
2 changes: 1 addition & 1 deletion samples/cellular/gnss/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<nrfxlib: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 <nRF Cloud REST API_>`_.

Expand Down

0 comments on commit 8e54d7f

Please sign in to comment.