Skip to content

Commit cbb3d9e

Browse files
author
Amanda Butler
authored
Fix links in NDEF.md
Add missing links.
1 parent 8a0c322 commit cbb3d9e

File tree

1 file changed

+4
-2
lines changed
  • docs/reference/api/connectivity/nfc

1 file changed

+4
-2
lines changed

docs/reference/api/connectivity/nfc/NDEF.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ void parse_ndef_message(const Span<const uint8_t> &buffer) {
7777

7878
An application can extend capabilities of `SimpleMessageParser` by adding new record parsers (`mbed::nfc::ndef::RecordParser`) at runtime.
7979

80-
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/FIXME)
80+
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1nfc_1_1ndef_1_1_message_parser.html)
81+
82+
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1nfc_1_1ndef_1_1common_1_1_simple_message_parser.html)
8183

8284
#### Construction
8385

@@ -103,4 +105,4 @@ size_t build_ndef_message(const Span<uint8_t> &buffer) {
103105
}
104106
```
105107

106-
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/FIXME)
108+
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1nfc_1_1ndef_1_1_message_builder.html)

0 commit comments

Comments
 (0)