@@ -28,19 +28,22 @@ page.title=Accessory Development Kit 2012 Guide
2828 <ol>
2929 <li><a href="https://developers.google.com/events/io/sessions/gooio2012/128/">
3030 Google I/O Session Video</a></li>
31- <li><a href="aoa.html">Android Open Accessory Protocol</a></li>
32- <li><a href="aoa2.html">Android Open Accessory Protocol 2.0</a></li>
31+ <li><a href="http://source.android.com/tech/accessories/aoap/aoa.html">
32+ Android Open Accessory Protocol</a></li>
33+ <li><a href="http://source.android.com/tech/accessories/aoap/aoa2.html">
34+ Android Open Accessory Protocol 2.0</a></li>
3335 <li><a href="{@docRoot}guide/topics/connectivity/usb/accessory.html">
3436 USB Accessory Dev Guide</a></li>
3537 </ol>
3638 </div>
3739</div>
3840
39- <p>The Android Accessory Development Kit (ADK) for 2012 is the latest reference implementation of
40- an <a href="aoa.html">Android Open Accessory</a> device, designed to help Android hardware accessory
41- builders and software developers create accessories for Android. The ADK 2012 is based on the <a
42- href="http://arduino.cc">Arduino</a> open source electronics prototyping platform, with some
43- hardware and software extensions that allow it to communicate with Android devices.</p>
41+ <p>The Android Accessory Development Kit (ADK) for 2012 is the latest reference implementation of an
42+ <a href="http://source.android.com/tech/accessories/index.html">Android Open Accessory</a> device,
43+ designed to help Android hardware accessory builders and software developers create accessories
44+ for Android. The ADK 2012 is based on the <a href="http://arduino.cc">Arduino</a> open source
45+ electronics prototyping platform, with some hardware and software extensions that allow it to
46+ communicate with Android devices.</p>
4447
4548<p>A limited number of these kits were produced and distributed at the Google I/O 2012 developer
4649conference. If you did not receive one of these kits, fear not! The specifications and design files
@@ -537,7 +540,7 @@ void loop() {
537540 L.accessorySend(outmsg, outmsgLen);
538541 }
539542 L.adkEventProcess();
540- }
543+ }
541544</pre>
542545
543546<p>For more details, review the implementations of these methods in the {@code clock.ino}
@@ -604,8 +607,8 @@ implementation details.</p>
604607
605608<p>One of the important new features introduced with the ADK 2012 is the ability to play audio over
606609a USB connection. This innovation was introduced as an update to Android Open Accessory (AOA)
607- <a href="aoa2.html">protocol 2.0</a> and is available on devices running Android 4.1 (API Level 16)
608- and higher.</p>
610+ <a href="http://source.android.com/tech/accessories/aoap/ aoa2.html">protocol 2.0</a> and is
611+ available on devices running Android 4.1 (API Level 16) and higher.</p>
609612
610613<p>The ADK 2012 provides a reference implementation of this functionality for accessory developers.
611614No software application is required to be installed on the connected Android device, accessory
0 commit comments