We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47e18bf + 5da9940 commit 5d701cbCopy full SHA for 5d701cb
1 file changed
task-05/README.md
@@ -3,7 +3,7 @@
3
# Task 5: Using network devices
4
5
## RIOT's Networking architecture
6
-Network devices are accessed through [`netdev`](http://doc.riot-os.org/group__drivers__netdev__netdev2.html) driver API
+Network devices are accessed through [`netdev`](http://doc.riot-os.org/group__drivers__netdev__api.html) driver API
7
8

9
@@ -41,6 +41,6 @@ USEMODULE += auto_init_gnrc_netif
41
* Type `ifconfig` to get your hardware addresses
42
* Use `txtsnd` to send one of your neighbors a friendly message
43
44
-[Read the Doc](http://doc.riot-os.org/group__drivers__netdev__netdev2.html)
+[Read the Doc](http://doc.riot-os.org/group__drivers__netdev__api.html)
45
46
[next task](../task-06)
0 commit comments