Skip to content

Commit ee03ed7

Browse files
Cruz Monrreal0xc0170
authored andcommitted
Removed trailing slashes in NFC examples URL
This apparently breaks the examples.py script.
1 parent 56c8f80 commit ee03ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/examples/examples.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@
295295
"name": "mbed-os-example-nfc",
296296
"github": "https://github.com/ARMmbed/mbed-os-example-nfc",
297297
"mbed": [
298-
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-EEPROM/",
299-
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-SmartPoster/"
298+
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-EEPROM",
299+
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-SmartPoster"
300300
],
301301
"test-repo-source": "mbed",
302302
"features" : [],

0 commit comments

Comments
 (0)