Fix Back link for samples, SDK samples path reference

Change-Id: I7676db898adbf58df102936f957ca6f75d023776
diff --git a/res/assets/templates/sample.cs b/res/assets/templates/sample.cs
index 5edb909..8604593 100644
--- a/res/assets/templates/sample.cs
+++ b/res/assets/templates/sample.cs
@@ -17,7 +17,7 @@
 <div id="jd-content">
 <p><a href="index.html">&larr; Back</a></p>
 
-<p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/platforms/android-&lt;version&gt;/samples/...</code></p>
+<p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...</code></p>
 
 <!-- begin file contents -->
 <pre><?cs var:fileContents ?></pre>
diff --git a/res/assets/templates/sampleindex.cs b/res/assets/templates/sampleindex.cs
index 6e5891b..238ac07 100644
--- a/res/assets/templates/sampleindex.cs
+++ b/res/assets/templates/sampleindex.cs
@@ -15,7 +15,7 @@
  </div>
 
 <div id="jd-content">
-<p><a href="../index.html">&larr; Back</a></p>
+<p><a href="../../browser.html?tag=sample">&larr; Back</a></p>
 
 <?cs var:summary ?>