diff --git a/releasenotes/notes/bug-2083014-set-driver-info-86ff04d3d32cdb8c.yaml b/releasenotes/notes/bug-2083014-set-driver-info-86ff04d3d32cdb8c.yaml
index 9bc5bbab15085537fd574b2725fe208dd1a80519..7eb8e2a569148b2a4a86a1b62144c55caf1f9320 100644
--- a/releasenotes/notes/bug-2083014-set-driver-info-86ff04d3d32cdb8c.yaml
+++ b/releasenotes/notes/bug-2083014-set-driver-info-86ff04d3d32cdb8c.yaml
@@ -1,7 +1,7 @@
 ---
 fixes:
   - |
-    Fixes an issue where task 'ensure ironic nodes use the new Ironic
+    Fixes an issue where task 'Ensure ironic nodes use the new Ironic
     Python Agent (IPA) images` fails with 'dict object' has no
     attribute 'deploy_kernel'.
-    <https://bugs.launchpad.net/kayobe/+bug/2083014>`__.
+    `LP#2083014 <https://bugs.launchpad.net/kayobe/+bug/2083014>`__
diff --git a/releasenotes/notes/cross-arch-builds-5b5b7810beab4cca.yaml b/releasenotes/notes/cross-arch-builds-5b5b7810beab4cca.yaml
index db361c5cba95f8d4deb96a626c1ac23b17155cfa..f0577b09d7854ce6f389aa8c0f736891e7755846 100644
--- a/releasenotes/notes/cross-arch-builds-5b5b7810beab4cca.yaml
+++ b/releasenotes/notes/cross-arch-builds-5b5b7810beab4cca.yaml
@@ -1,13 +1,13 @@
 ---
 features:
   - |
-    The `kolla_base_arch` variable has been introduced, allowing users
+    The ``kolla_base_arch`` variable has been introduced, allowing users
     to specify the architecture for base container images. This supports
     cross-architecture builds, enabling the building of images for
     architectures different from the host machine (e.g., building
-    `aarch64` images on an `x86_64` machine).
+    ``aarch64`` images on an ``x86_64`` machine).
 
-    By default, `kolla_base_arch` is set to the detected architecture
-    (`{{ ansible_facts.architecture }}`). However, when `kolla_base_arch`
-    differs from the host architecture, the `multiarch/qemu-user-static`
+    By default, ``kolla_base_arch`` is set to the detected architecture
+    (``{{ ansible_facts.architecture }}``). However, when ``kolla_base_arch``
+    differs from the host architecture, the ``multiarch/qemu-user-static``
     image is used to facilitate cross-arch builds.