diff --git a/RF24.h b/RF24.h
index 8e5ca21..23a5bba 100644
--- a/RF24.h
+++ b/RF24.h
@@ -788,11 +788,14 @@ public:
*
* Stuff I have built with RF24
*
- *
*
*
* Getting Started with nRF24L01+ on Arduino
*
+ *
+ *
+ * Using the Sparkfun Nordic FOB
+ *
*
*
* Low-Power Wireless Sensor Node
diff --git a/examples/nordic_fob/nordic_fob.pde b/examples/nordic_fob/nordic_fob.pde
index eb9ca65..5a316a0 100644
--- a/examples/nordic_fob/nordic_fob.pde
+++ b/examples/nordic_fob/nordic_fob.pde
@@ -10,8 +10,9 @@
* Example Nordic FOB Receiver
*
* This is an example of how to use the RF24 class to receive signals from the
- * Sparkfun Nordic FOB. See http://www.sparkfun.com/products/8602 .
- * Thanks to Kirk Mower for providing test hardware.
+ * Sparkfun Nordic FOB. Thanks to Kirk Mower for providing test hardware.
+ *
+ * See blog post at http://maniacbug.wordpress.com/2012/01/08/nordic-fob/
*/
#include