From 623f78d0d6fd2cfb1e31bd702ce4d2994bb311b2 Mon Sep 17 00:00:00 2001 From: Karin Lammers Date: Fri, 22 Mar 2024 16:09:45 +0100 Subject: [PATCH] tests/unittests/README: link to wiki updated This commit changes the link about supported boards in the README from the wiki page to the RIOT-OS website. Since the wiki is not up to date. See also [this pull request](https://github.com/RIOT-OS/riot-os.org/pull/109/files) that fixed the same link on the website. --- tests/unittests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittests/README.md b/tests/unittests/README.md index 096c5fc4ab..2109d8c9c3 100644 --- a/tests/unittests/README.md +++ b/tests/unittests/README.md @@ -22,7 +22,7 @@ You then can run the tests by calling make term ``` -or flash them to your board as you would flash any RIOT application to the board (see [board documentation|RIOT-Platforms](https://github.com/RIOT-OS/RIOT/wiki/RIOT-Platforms)). +or flash them to your board as you would flash any RIOT application to the board (see [Supported Boards](https://www.riot-os.org/boards.html)). You can debug your tests by running