aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPipat Methavanitpong <pipat1010@gmail.com>2014-10-25 21:31:27 +0900
committerClay Murphy <claym@google.com>2014-10-28 12:35:08 -0700
commit0abc920d01dc61fedf3cb118d4cc37e547a5dafb (patch)
tree0f429e5c764958eae7baab83e447b8bed490ef13
parent594d0ed1190671afa13e0b065bb7ba437844b920 (diff)
downloadsource.android.com-0abc920d01dc61fedf3cb118d4cc37e547a5dafb.tar.gz
Docs: Fix a link in Android Security Overview
In Interprocess Communication section In Intents bullet A link to Intent page was formatted as Markdown. This patch changes it to a normal HTML hyperlink. Change-Id: I07aefe50b4def9b510c5a0ac2776bdecb4b4dd54 Signed-off-by: Pipat Methavanitpong <pipat1010@gmail.com>
-rw-r--r--src/devices/tech/security/index.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/tech/security/index.jd b/src/devices/tech/security/index.jd
index 57962c96..b709e493 100644
--- a/src/devices/tech/security/index.jd
+++ b/src/devices/tech/security/index.jd
@@ -623,7 +623,7 @@ instance and handing it off to the system. The system locates some other piece
of code (in this case, the Browser) that knows how to handle that Intent, and
runs it. Intents can also be used to broadcast interesting events (such as a
notification) system-wide. See
-[https://developer.android.com/reference/android/content/Intent.html](https://developer.android.com/reference/android/content/Intent.html.</p>
+<a href="https://developer.android.com/reference/android/content/Intent.html">https://developer.android.com/reference/android/content/Intent.html</a>.</p>
</li>
<li>
<p><strong>ContentProviders</strong>: A ContentProvider is a data storehouse that provides