docs: Fixed broken links to unit testing samples.

bug: 24237555

Change-Id: I1bd1b4731bd883c9c1f047ade8615b8676948e8d
This commit is contained in:
Quddus Chong
2015-09-21 14:35:08 -07:00
parent be006f6d0d
commit 85f854e087
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ trainingnavtop=true
<ul>
<li>
<a href="https://github.com/googlesamples/android-testing/tree/master/unittesting/BasicUnitAndroidTest"
<a href="https://github.com/googlesamples/android-testing/tree/master/unit/BasicUnitAndroidTest"
class="external-link">Instrumented Unit Tests Code Samples</a></li>
</ul>
</div>

View File

@@ -25,7 +25,7 @@ trainingnavtop=true
<ul>
<li>
<a href="https://github.com/googlesamples/android-testing/tree/master/unittesting/BasicSample"
<a href="https://github.com/googlesamples/android-testing/tree/master/unit/BasicSample"
class="external-link">Local Unit Tests Code Samples</a></li>
</ul>
</div>
@@ -234,7 +234,7 @@ To learn more about using the Mockito framework, see the
<a href="http://site.mockito.org/mockito/docs/current/org/mockito/Mockito.html"
class="external-link">Mockito API reference</a> and the
{@code SharedPreferencesHelperTest} class in the
<a href="https://github.com/googlesamples/android-testing/tree/master/unittesting/BasicSample"
<a href="https://github.com/googlesamples/android-testing/tree/master/unit/BasicSample"
class="external-link">sample code</a>.
</p>