Skip to content

Commit 1b85a39

Browse files
author
Amanda Butler
authored
Fix links in NFC.md
Fix broken links.
1 parent 4f7d829 commit 1b85a39

File tree

1 file changed

+2
-2
lines changed
  • docs/reference/technology/connectivity

1 file changed

+2
-2
lines changed

docs/reference/technology/connectivity/NFC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ NFC offers three modes:
1818

1919
Mbed OS supports the card emulation mode, either through the use of a controller or NFC EEPROM.
2020

21-
NFC support is available for the NXP PN512 transceiver. In terms of NFC EEPROMs, a driver for the ST M24SR EEPROM series is available - we also provide a [porting guide](https://os.mbed.com/contributing/connectivity/NFCEEPROMDriver.html) to add support for other NFC EEPROMs.
21+
NFC support is available for the NXP PN512 transceiver. In terms of NFC EEPROMs, a driver for the ST M24SR EEPROM series is available - we also provide a [porting guide](../porting/NFC-port.html) to add support for other NFC EEPROMs.
2222

2323
We also provide APIs to decode and encode NDEF messages. A NDEF message is a standardized encoding that most NFC devices, such as Android and iOS smartphones, can understand.
2424

@@ -40,7 +40,7 @@ NFC EEPROMs behave like NFC tags whose memory can either be addressed through a
4040

4141
### Getting started with NFC and example
4242

43-
NFC examples are available on [GitHub](https://github.com/ARMmbed/mbed-os-example-nfc) and demonstrate how to create NFC tags that you can be read from and write to using a phone.
43+
NFC examples are available on [GitHub](https://github.com/ARMmbed/mbed-os/tree/master/docs/design-documents/nfc) and demonstrate how to create NFC tags that you can be read from and write to using a phone.
4444

4545
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/explorenfc_nucleo.jpg)<span>An Explore-NFC board attached to a Nucleo board</span></span>
4646

0 commit comments

Comments
 (0)