diff options
author | 2016-02-22 11:59:50 -0800 | |
---|---|---|
committer | 2016-02-22 14:18:26 -0800 | |
commit | fdfce493dd62c96cb80e53edf5ad6322be9f877c (patch) | |
tree | 405fd73de3962979bd4bf684604560610ae354e3 | |
parent | 33b4f67ff2c1cef190284475de926b0fc749a053 (diff) |
docs: Fixed broken link.
Bug: 26705584
Change-Id: I5125f518574d3254af39c49a657ebdafe1299dc3
-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> |