aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-11-17 16:31:40 -0500
committerbryan newbold <bnewbold@leaflabs.com>2013-11-17 16:50:38 -0500
commitb32849f5dd1b96fe4ca0d8f95a98e8c5fc6f4662 (patch)
treeff2270277ae015250d78a8b78295a6217ee335b3
parent1755ff8bb5eb0f1dd2624cc31761f907e4ecc3f9 (diff)
downloadlibrambutan-b32849f5dd1b96fe4ca0d8f95a98e8c5fc6f4662.tar.gz
librambutan-b32849f5dd1b96fe4ca0d8f95a98e8c5fc6f4662.zip
fix broken link to usb.org 2.0 spec
-rw-r--r--source/usb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/usb.rst b/source/usb.rst
index 5e8b2df..80c40ca 100644
--- a/source/usb.rst
+++ b/source/usb.rst
@@ -34,7 +34,7 @@ Recommended Reading
* `USB in a Nutshell <http://www.beyondlogic.org/usbnutshell/usb1.shtml>`_, an overview from Beyond Logic
* `USB made simple <http://www.usbmadesimple.co.uk/>`_, an illustrated series of articles on USB
-* The `USB 2.0 Specification <http://www.usb.org/developers/docs/>`_ (`direct link <http://www.usb.org/developers/docs/usb_20_021411.zip>`_)
+* The `USB 2.0 Specification <http://www.usb.org/developers/docs/>`_ (`direct link <http://www.usb.org/developers/docs/usb_20_070113.zip>`_)
* `Embedded USB - a brief tutorial <http://www.computer-solutions.co.uk/info/Embedded_tutorials/usb_tutorial.htm>`_
* `Wikipedia article on Universal Serial Bus (USB) <http://en.wikipedia.org/wiki/Universal_Serial_Bus>`_
* Linux Kernel documentation for `USB ACM <http://www.kernel.org/doc/Documentation/usb/acm.txt>`_ and `USB Serial <http://www.kernel.org/doc/Documentation/usb/usb-serial.txt>`_