docs: Added GitHub links to the samples

Change-Id: I944844d64396b0ae07e4c55118d4cd960480c5b7
diff --git a/docs/html/preview/samples.jd b/docs/html/preview/samples.jd
index e4e1674..155ae21 100644
--- a/docs/html/preview/samples.jd
+++ b/docs/html/preview/samples.jd
@@ -15,7 +15,7 @@
 <h3 id="BasicManagedProfile">BasicManagedProfile</h3>
 <div class="figure" style="width:220px">
   <img src="{@docRoot}preview/images/BasicManagedProfile.png"
-     srcset="{@docRoot}preview/images/hun-BasicManagedProfile@2x.png 2x"
+     srcset="{@docRoot}preview/images/BasicManagedProfile@2x.png 2x"
      alt="" height="375" />
   <p class="img-caption">
     <strong>Figure 1.</strong> The BasicManagedProfile sample app.
@@ -33,6 +33,8 @@
 <p class="note"><strong>Note:</strong> There can be only one managed profile on
   a device at a time.</p>
 
+<p><a href="http://github.com/googlesamples/android-BasicManagedProfile">Get it on GitHub</a></p>
+
 <h3 id="Camera2Basic">Camera2Basic</h3>
 
 <!--
@@ -47,6 +49,7 @@
 <p>This sample demonstrates the basic use of the Camera2 API. The sample code
 demonstrates how you can display camera preview and take pictures.</p>
 
+<p><a href="http://github.com/googlesamples/android-Camera2Basic">Get it on GitHub</a></p>
 
 
 <h3 id="Camera2Video">Camera2Video</h3>
@@ -58,8 +61,11 @@
   </p>
 </div>
 -->
+
 <p>This sample demonstrates how to record video using the Camera2 API.</p>
 
+<p><a href="http://github.com/googlesamples/android-Camera2Video">Get it on GitHub</a></p>
+
 <h3 id="ActivitySceneTransitionBasic">ActivitySceneTransitionBasic</h3>
 <div class="figure" style="width:220px">
   <img src="{@docRoot}preview/images/ActivitySceneTransitionBasic.png"
@@ -75,6 +81,7 @@
 of <code>moveImage</code> and <code>changeBounds</code> to nicely transition
 from a grid of images to an activity with a large image and detail text. </p>
 
+<p><a href="http://github.com/googlesamples/android-ActivitySceneTransition">Get it on GitHub</a></p>
 
 <h3 id="ElevationBasic">ElevationBasic</h3>
 <!--
@@ -85,6 +92,7 @@
   </p>
 </div>
 -->
+
 <p>
 This sample demonstrates two alternative ways to move a view in the z-axis:</p>
 
@@ -94,7 +102,7 @@
       <code>setTranslationZ()</code>.</li>
 </ul>
 
-
+<p><a href="http://github.com/googlesamples/android-ElevationBasic">Get it on GitHub</a></p>
 
 <h3 id="ElevationDrag">ElevationDrag</h3>
 <!--
@@ -110,6 +118,7 @@
 Elevation and z-translation are used to render the shadows. The views are
 clipped using different outlines.</p>
 
+<p><a href="http://github.com/googlesamples/android-ElevationDrag">Get it on GitHub</a></p>
 
 
 <h3 id="ClippingBasic">ClippingBasic</h3>
@@ -121,10 +130,12 @@
   </p>
 </div>
 -->
+
 <p>
 This sample demonstrates clipping on a {@link android.view.View}.
 </p>
 
+<p><a href="http://github.com/googlesamples/android-ClippingBasic">Get it on GitHub</a></p>
 
 <div class="figure" style="width:220px">
   <img src="{@docRoot}preview/images/JobSchedulerSample.png"
@@ -144,11 +155,13 @@
   </p>
 </div>
 -->
+
 <p>
 This sample implements a multi-player game, demonstrating game controller input
 handling.
 </p>
 
+<p><a href="http://github.com/googlesamples/androidtv-GameController">Get it on GitHub</a></p>
 
 
 <h3 id="Visual-Game-Controller">Visual-Game-Controller</h3>
@@ -160,11 +173,12 @@
   </p>
 </div>
 -->
+
 <p>
 This sample displays events received from a game controller shown on the screen.
 </p>
 
-
+<p><a href="http://github.com/googlesamples/androidtv-VisualGameController">Get it on GitHub</a></p>
 
 <h3 id="AndroidTVLeanbackSample">AndroidTVLeanbackSample</h3>
 <!--
@@ -175,21 +189,21 @@
   </p>
 </div>
 -->
+
 <p>
 This sample demonstrates use of the Android TV Leanback Support Library.
 </p>
 
-
+<p><a href="http://github.com/googlesamples/androidtv-Leanback">Get it on GitHub</a></p>
 
 <h3 id="JobSchedulerSample">JobSchedulerSample</h3>
 
-
 <p>
 This sample app allows the user to schedule jobs through the UI, and shows
 visual cues when the jobs are executed.
 </p>
 
-
+<p><a href="http://github.com/googlesamples/android-JobScheduler">Get it on GitHub</a></p>
 
 <h3 id="NavigationDrawerSample">NavigationDrawerSample</h3>
 <!--
@@ -200,12 +214,13 @@
   </p>
 </div>
 -->
+
 <p>
 This sample illustrates a common usage of the Android support library's
 {@link android.support.v4.widget.DrawerLayout} widget.
 </p>
 
-
+<p><a href="http://github.com/googlesamples/android-NavigationDrawer">Get it on GitHub</a></p>
 <!--
 <h3 id="">SampleName</h3>