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>
diff --git a/src/devices/tech/security/index.jd b/src/devices/tech/security/index.jd
index 57962c9..b709e49 100644
--- a/src/devices/tech/security/index.jd
+++ b/src/devices/tech/security/index.jd
@@ -623,7 +623,7 @@
 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