Skip to content

Commit b2bfe93

Browse files
author
Amanda Butler
authored
Merge pull request #1278 from maciejbocianski/update_can_example_link
update CAN example link
2 parents a0dddf5 + 87ffb57 commit b2bfe93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/io/CAN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Controller-Area Network (CAN) is a bus standard that allows microcontrollers and
1414

1515
This example sends a counter from one CAN bus (can1) and listens for a packet on the other CAN bus (can2). Each bus controller should be connected to a CAN bus transceiver. These should be connected together at a CAN bus.
1616

17-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/CAN_ex_1/)](https://os.mbed.com/teams/mbed_example/code/CAN_ex_1/file/d6cbcdb04ada/main.cpp)
17+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/CAN_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/CAN_ex_1/main.cpp)

0 commit comments

Comments
 (0)