diff options
author | 2016-03-11 20:46:28 +0000 | |
---|---|---|
committer | 2016-03-11 20:46:29 +0000 | |
commit | fc1d455b83e945176299074ba1a0b39e0cf5cafb (patch) | |
tree | 73257a9d4da7bcc8daa7046783486a8369f8164d | |
parent | 0a0ef06b44979d2e7f4abc856c4bbf4636d3ad4b (diff) | |
parent | fdfce493dd62c96cb80e53edf5ad6322be9f877c (diff) |
Merge "docs: Fixed broken link." into mnc-docs
-rw-r--r-- | core/java/android/nfc/cardemulation/HostApduService.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/nfc/cardemulation/HostApduService.java b/core/java/android/nfc/cardemulation/HostApduService.java index ad34e61db910..9aa406206476 100644 --- a/core/java/android/nfc/cardemulation/HostApduService.java +++ b/core/java/android/nfc/cardemulation/HostApduService.java @@ -20,9 +20,9 @@ import android.util.Log; * * <div class="special reference"> * <h3>Developer Guide</h3> - * For a general introduction into the topic of card emulation, - * please read the <a href="{@docRoot}guide/topics/nfc/ce.html"> - * NFC card emulation developer guide.</a></p> + * For a general introduction to card emulation, see + * <a href="{@docRoot}guide/topics/connectivity/nfc/hce.html"> + * Host-based Card Emulation</a>.</p> * </div> * * <h3>NFC Protocols</h3> |