From 69be66cd74cddbcf6ff62d11f6848b24852915cf Mon Sep 17 00:00:00 2001 From: Francesco Domenico Servidio Date: Fri, 28 Jun 2024 16:09:07 +0200 Subject: [PATCH] doc: Fixed links in migration guide Fixed links in migration guide. Signed-off-by: Francesco Domenico Servidio --- .../migration/migration_hwmv2.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/nrf/releases_and_maturity/migration/migration_hwmv2.rst b/doc/nrf/releases_and_maturity/migration/migration_hwmv2.rst index df6297abfa3b..00fffce35e43 100644 --- a/doc/nrf/releases_and_maturity/migration/migration_hwmv2.rst +++ b/doc/nrf/releases_and_maturity/migration/migration_hwmv2.rst @@ -24,13 +24,13 @@ The current hardware model adds support for the following features: For more information about the rationale, development, and concepts behind the new model, see the following links: -* Zephyr original issue: `Zephyr issue #51831`_ -* Zephyr original pull request: `Zephyr pull request #50305`_ +* `Zephyr original issue `_ +* `Zephyr original pull request `_ -For the complete set of changes introduced, consult the hardware model v2 commit: `Zephyr commit 8dc3f8`_. +For the complete set of changes introduced, consult the `hardware model v2 commit `_. Some non-critical features, enhancements, and improvements of the new hardware model are still in development. -Check the Zephyr hardware model v2 enhancements issue (`Zephyr issue #69546`_) for a complete list. +Check the Zephyr `hardware model v2 enhancements issue `_ for a complete list. Out-of-tree boards ****************** @@ -47,13 +47,13 @@ To convert your board from hardware model v1 to v2, consult the following pages: * :ref:`zephyr:hw_support_hierarchy` and the subsequent sections to understand the model in detail. * :ref:`zephyr:hw_support_hierarchy` and the subsequent sections to understand the hardware model in detail. -* The *ncs-example-application* conversion commit (`ncs-example-application commit f9f2da`_) as an example of how to port a simple board. -* The hardware model v2 commit (`Zephyr commit 8dc3f8`_), containing the full conversion of all existing boards from the old to the current model, to use as a complete conversion reference. +* The `ncs-example-application conversion commit `_ as an example of how to port a simple board. +* The `hardware model v2 commit `_, containing the full conversion of all existing boards from the old to the current model, to use as a complete conversion reference. Conversion script ----------------- -There is a conversion script (`hwmv2 conversion script`_) to help you in the migration process. +There is a `conversion script `_ to help you in the migration process. It has built-in help text documenting all the parameters it takes. The following example shows an invocation of the script converting a hypothetical out-of-tree board ``plank`` based on the nRF52840 and having ``acme`` as vendor.