diff --git a/books/beaglebone-cookbook/11misc/misc.rst b/books/beaglebone-cookbook/11misc/misc.rst
index 6789d802ea035c136c348632f6fc6506c53d65a7..a68d67efd2831aa4a4c71c80db5e7ba8f28a4372 100644
--- a/books/beaglebone-cookbook/11misc/misc.rst
+++ b/books/beaglebone-cookbook/11misc/misc.rst
@@ -439,18 +439,24 @@ The first line in the table is **mainline**.  Click on the **browse** link on th
     :align: center
     :alt: http://kernel.org 
 
+    The Linux Kernel Archives, kernel.org
+
 Here you will see the top level of the Linux sourse tree for the *mainline* version of the kernel.
 
 .. figure:: figures/kernel.org.drivers.png
     :align: center
     :alt: http://kernel.org drivers
 
+    The Linux Kernel Archives, drivers
+
 Click on **drivers** and then **iio**. Finally, since tmp114 is a temperture sensor, click on **temperature**.
 
 .. figure:: figures/kernel.org.tmp117.png
     :align: center
     :alt: http://kernel.org tmp117
 
+    The Linux Kernel Archives, tmp117 driver
+
 Here you see all the source code for the iio temperature drivers for the mainline version of the kernel. 
 We've seen tmp006 and tmp007 as before, tmp117 is new. Maybe it will work.  Click on **tmp117.c** to see the code.
 Looks like it also works for the tmp116 too.  
@@ -459,6 +465,8 @@ Looks like it also works for the tmp116 too.
     :align: center
     :alt: http://kernel.org plain
 
+    The Linux Kernel Archives, plain button
+
 Let's try convering it to work with the tmp114.
 
 A quick way to copy the code to the bone is to right-click on the **plain** link and select *Copy link address*.