diff --git a/boards/beaglebone/index.rst b/boards/beaglebone/index.rst
index 3b5920c99c6748484f1064d2aa333a0a69025766..679d03fa3945679bbe78c1a034cd2969fca30fac 100644
--- a/boards/beaglebone/index.rst
+++ b/boards/beaglebone/index.rst
@@ -28,13 +28,3 @@ of your screen.
 * :ref:`beaglebone-ai-home`
 * :ref:`bbai64-home`
 
-
-.. toctree::
-   :maxdepth: 1
-   :hidden:
-
-   /boards/beaglebone/black/index
-   /boards/beaglebone/blue/index
-   /boards/beaglebone/ai/index
-   /boards/beaglebone/ai-64/index
-
diff --git a/boards/index.rst b/boards/index.rst
index 519d98e15e842634334989616ca0b7e6e3abae9b..26ab4b70e0db9259e636161fc1817a95d90a98bd 100644
--- a/boards/index.rst
+++ b/boards/index.rst
@@ -22,8 +22,13 @@ started.
 
 .. toctree::
    :maxdepth: 1
+   :hidden:
 
    /boards/beaglebone/index
+   /boards/beaglebone/black/index
+   /boards/beaglebone/blue/index
+   /boards/beaglebone/ai/index
+   /boards/beaglebone/ai-64/index
    /boards/pocketbeagle/original/index
    /boards/capes/index
    /boards/beagleconnect/index
diff --git a/books/index.rst b/books/index.rst
index 4640aed024bb3d01e4e17a197c4c7c53acb6be1e..b31ab04b2ccc74efc620bff31a851c5bd88b0f6f 100644
--- a/books/index.rst
+++ b/books/index.rst
@@ -5,10 +5,10 @@ Books
 
 This is a collection of open-source books written to help Beagle developers.
 
-`BeagleBone Cookbook <beaglebone-cookbook>`__ is a great introduction to programming
+:ref:`BeagleBone Cookbook <beaglebone-cookbook>`__ is a great introduction to programming
 a BeagleBone using Linux from userspace, mostly using Python or JavaScript.
 
-`PRU Cookbook <pru-cookbook>`__ provides numerous examples on using the incredible
+:ref:`PRU Cookbook <pru-cookbook>`__ provides numerous examples on using the incredible
 ultra-low-latency microcontrollers inside the processors used on BeagleBone boards
 that are a big part of what has made BeagleBone such a popular platform.