diff --git a/docs/hardware/index.rst b/docs/hardware/index.rst
index 11e32c2feef05e71ac9e4a4583df62350f423d36..b64908c56dad0a9ad518b73f9ff8c4c1327961cc 100644
--- a/docs/hardware/index.rst
+++ b/docs/hardware/index.rst
@@ -1,10 +1,19 @@
+.. _hardware_index:
+
 The pyboard hardware
 ====================
 
+For the pyboard:
+
 * `PYBv1.0 schematics and layout <http://micropython.org/resources/PYBv10b.pdf>`_ (2.4MiB PDF)
 * `PYBv1.0 metric dimensions <http://micropython.org/resources/PYBv10b-metric-dimensions.pdf>`_ (360KiB PDF)
 * `PYBv1.0 imperial dimensions <http://micropython.org/resources/PYBv10b-imperial-dimensions.pdf>`_ (360KiB PDF)
 
+For the official skin modules:
+
+* `LCD32MKv1.0 schematics <http://micropython.org/resources/LCD32MKv10-schematics.pdf>`_ (194KiB PDF)
+* `AMPv1.0 schematics <http://micropython.org/resources/AMPv10-schematics.pdf>`_ (209KiB PDF)
+
 Datasheets for the components on the pyboard
 ============================================
 
diff --git a/docs/tutorial/amp_skin.rst b/docs/tutorial/amp_skin.rst
index dd949e180f7edd6762d8c6913604496cc623cce1..8b1e72bda3cc1a15b8779a14c4925c741b1a3d48 100644
--- a/docs/tutorial/amp_skin.rst
+++ b/docs/tutorial/amp_skin.rst
@@ -17,6 +17,8 @@ The following video shows how to solder the headers, microphone and speaker onto
 
     <iframe style="margin-left:3em;" width="560" height="315" src="http://www.youtube.com/embed/fjB1DuZRveo?rel=0" frameborder="0" allowfullscreen></iframe>
 
+For circuit schematics and datasheets for the components on the skin see :ref:`hardware_index`.
+
 Example code
 ------------
 
diff --git a/docs/tutorial/lcd_skin.rst b/docs/tutorial/lcd_skin.rst
index 8f981de635e01a31a57b10fb32546fdf7f0fcea6..8ee31d9603e44b89e4fa4cfe977e8612b9656b49 100644
--- a/docs/tutorial/lcd_skin.rst
+++ b/docs/tutorial/lcd_skin.rst
@@ -18,6 +18,8 @@ At the end of the video, it shows you how to correctly connect the LCD skin to t
 
     <iframe style="margin-left:3em;" width="560" height="315" src="http://www.youtube.com/embed/PowCzdLYbFM?rel=0" frameborder="0" allowfullscreen></iframe>
 
+For circuit schematics and datasheets for the components on the skin see :ref:`hardware_index`.
+
 Using the LCD
 -------------