From 7f08ca15f5169d67b5e93edbde218f55868ae3e5 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Wed, 19 Sep 2018 14:26:58 +0200 Subject: [PATCH] emb6: update link to documentation pdf Update the link to the emb6 documentation pdf to its state at the time of PKG_VERSION, since the pdf has since been deleted from https://github.com/hso-esk/emb6/tree/develop/doc/. Resolves https://github.com/RIOT-OS/RIOT/issues/8596. --- pkg/emb6/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/emb6/doc.txt b/pkg/emb6/doc.txt index 15945ac537..cbf7ecef48 100644 --- a/pkg/emb6/doc.txt +++ b/pkg/emb6/doc.txt @@ -3,7 +3,7 @@ * @ingroup pkg * @ingroup net * @brief emb6 network stack - * @see https://github.com/hso-esk/emb6/raw/develop/doc/pdf/emb6.pdf + * @see https://github.com/hso-esk/emb6/blob/14e4a3cfff01644e078870e14e16a1fe60dcc895/doc/pdf/emb6.pdf * * emb6 is a fork of Contiki's uIP network stack without its usage of * proto-threads. It uses periodic event polling instead.