From a4b21a46cbae272df7895e009a6baee6fbd61cbe Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Wed, 4 Mar 2020 13:28:24 +0100 Subject: [PATCH] sys/embUnit: fix broken links --- sys/include/embUnit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/embUnit.h b/sys/include/embUnit.h index 32ec3331ad..6a17f1bcd5 100644 --- a/sys/include/embUnit.h +++ b/sys/include/embUnit.h @@ -11,7 +11,7 @@ * @ingroup sys * @brief RIOT Unittests based on the EmbUnit Framework * - * @see http://embunit.sourceforge.net/embunit/ + * @see https://sourceforge.net/projects/embunit * * @note Please refer to https://github.com/RIOT-OS/RIOT/wiki/Testing-RIOT *