From 9299b6716a4123b46e99088ce0d9738e036af5db Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 10 Aug 2016 17:50:02 +0300 Subject: [PATCH] Fix broken link to Unit Testing examples --- docs/unit_testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/unit_testing.rst b/docs/unit_testing.rst index 93883fee..1ea3e74c 100644 --- a/docs/unit_testing.rst +++ b/docs/unit_testing.rst @@ -454,4 +454,4 @@ Examples * `Local & Embedded: Calculator `_ For the other examples and source code please follow to -`PlatformIO Unit Testing Examples `__ repository. +`PlatformIO Unit Testing Examples `_ repository.