summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2017-08-14 10:41:20 -0700
committerYabin Cui <yabinc@google.com>2017-08-14 10:41:20 -0700
commitf25edc8f27c301d162e0a460985aa12561c8bb25 (patch)
treebd7f368dd01d958a4c79a013fb5fb5dbdec42b66
parentc2adeafb3cc0c69643f56cd66781cb5b30cd4ab7 (diff)
downloadextras-f25edc8f27c301d162e0a460985aa12561c8bb25.tar.gz
simpleperf: fix link of README.md.
Bug: None Test: None Change-Id: If06288b0b5b2b2ec20a7fc4f930c5ca3d0198978
-rw-r--r--simpleperf/demo/README.md4
-rw-r--r--simpleperf/doc/README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/simpleperf/demo/README.md b/simpleperf/demo/README.md
index 2bba0434..2c5f2b3f 100644
--- a/simpleperf/demo/README.md
+++ b/simpleperf/demo/README.md
@@ -10,8 +10,8 @@
## Introduction
Simpleperf is a native profiler used on Android platform. It can be used to profile Android
-applications. It's document is at [here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/README.md).
-Instructions of preparing your Android application for profiling are [here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/README.md#Android-application-profiling).
+applications. It's document is at [here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md).
+Instructions of preparing your Android application for profiling are [here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md#Android-application-profiling).
This directory is to show examples of using simpleperf to profile Android applications. The
meaning of each directory is as below:
diff --git a/simpleperf/doc/README.md b/simpleperf/doc/README.md
index 078d56b3..0b8d92a4 100644
--- a/simpleperf/doc/README.md
+++ b/simpleperf/doc/README.md
@@ -6,7 +6,7 @@ profile both Java and C++ code on Android. It can be used on Android L
and above.
Simpleperf is part of the Android Open Source Project. The source code is [here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/).
-The latest document is [here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/README.md).
+The latest document is [here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md).
Bugs and feature requests can be submitted at http://github.com/android-ndk/ndk/issues.