From 86b147fea54bd2c50a794dd238c3fc94fff6febf Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Thu, 5 Sep 2024 19:17:18 +0530
Subject: [PATCH] Resolve comments from !151

---
 boards/beagleplay/demos-and-tutorials/using-qwiic.rst         | 4 ----
 .../gateware/exploring-gateware-design-libero.rst             | 2 +-
 .../gateware/gateware-tcl-scripts-structure.rst               | 2 +-
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/boards/beagleplay/demos-and-tutorials/using-qwiic.rst b/boards/beagleplay/demos-and-tutorials/using-qwiic.rst
index da7907df..578af3f9 100644
--- a/boards/beagleplay/demos-and-tutorials/using-qwiic.rst
+++ b/boards/beagleplay/demos-and-tutorials/using-qwiic.rst
@@ -7,10 +7,6 @@ See :ref:`qwiic_stemma_grove_addons`.
 
 A link to the appropriate I2C controller can be found at ``/dev/play/qwiic/i2c``.
 
-.. todo::
-
-    The above link may changed or outdated!!
-
 OLED Display using QWIIC
 =========================
 
diff --git a/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst b/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst
index 4492cc13..3500859f 100644
--- a/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst
+++ b/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst
@@ -255,7 +255,7 @@ Exporting the Cape
     as a script which can be used in the gateware repository.
     I suggest creating an export directory where you can temporarily store the exported gateware files before getting them into the repository.
 
-.. note::
+.. important::
 
     You **must** make sure your path exist, because Libero does not currently tell you if the export is successfull or not.
 
diff --git a/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-tcl-scripts-structure.rst b/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-tcl-scripts-structure.rst
index 7686672e..39cfe9a0 100644
--- a/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-tcl-scripts-structure.rst
+++ b/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-tcl-scripts-structure.rst
@@ -93,5 +93,5 @@ following command in the gateware directory:
     python build-bitstream.py ./build-options/default.yaml # build option depending on the gateware
 
 You will need to have all microchip tools installed and the environment variables set up correctly. Refer 
-to the `microchip tools installation guide <beaglev-fire-mchp-fpga-tools-installation-guide>`_ for information on how to install these tools.
+to the :ref:`Microchip tools installation guide <beaglev-fire-mchp-fpga-tools-installation-guide>` for information on how to install these tools.
 
-- 
GitLab