docs/develop: Fix some internal links in package documentation.

Use references as documented in https://www.sphinx-doc.org/en/master/usage/referencing.html#ref-role

Fixes #19509
This commit is contained in:
Adrien Destugues
2025-04-08 12:51:20 +02:00
parent c11bec8ef0
commit 2e9c9b0173
5 changed files with 13 additions and 15 deletions
+2 -6
View File
@@ -15,9 +15,7 @@ Changes for Users
installed manually by moving (not copying) them to the respective "packages"
subdirectory in "/boot/system" or "/boot/home/config".
- The directory layout has changed and many directories have become read-only.
Cf. `DirectoryStructure`_ for details.
.. _DirectoryStructure: DirectoryStructure.rst
Cf. :ref:`_directory_structure` for details.
- The Deskbar menu works differently. It uses a new virtual directory
Tracker/Deskbar feature to generate its content. Any package can contribute
@@ -72,11 +70,9 @@ Changes for Application Developers
``PATH``. The commands of the secondary tool chain are also available in the
standard path with a name suffixed with "-<arch>" (e.g. "gcc-x86" for the
gcc 4 executable on a gcc2/gcc4 hybrid).
- Software can be packaged using the ``package`` tool. Cf. `BuildingPackages`_
- Software can be packaged using the ``package`` tool. Cf. :ref:`building_package`
for more information.
.. _BuildingPackages: BuildingPackages.rst
- The ``find_directory()`` API has been partially deprecated. While there are
still some use cases where it should be used, in many cases the new
``find_path*()`` API, respectively the ``BPathFinder`` class should be used