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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user