Merge "docs: Fixed broken links to unit testing samples. bug: 24237555" into mnc-docs

This commit is contained in:
Quddus Chong
2015-09-21 21:55:42 +00:00
committed by Android (Google) Code Review
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>