Skip to content

Commit 5d701cb

Browse files
authored
Merge pull request #23 from RIOT-OS/cgundogan-patch-1
task-05: update netdev link in README.md
2 parents 47e18bf + 5da9940 commit 5d701cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

task-05/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Task 5: Using network devices
44

55
## RIOT's Networking architecture
6-
Network devices are accessed through [`netdev`](http://doc.riot-os.org/group__drivers__netdev__netdev2.html) driver API
6+
Network devices are accessed through [`netdev`](http://doc.riot-os.org/group__drivers__netdev__api.html) driver API
77

88
![Networking overview](../overview-net.png)
99

@@ -41,6 +41,6 @@ USEMODULE += auto_init_gnrc_netif
4141
* Type `ifconfig` to get your hardware addresses
4242
* Use `txtsnd` to send one of your neighbors a friendly message
4343

44-
[Read the Doc](http://doc.riot-os.org/group__drivers__netdev__netdev2.html)
44+
[Read the Doc](http://doc.riot-os.org/group__drivers__netdev__api.html)
4545

4646
[next task](../task-06)

0 commit comments

Comments
 (0)