From 357c932a88a61cf918ea4cf00dbdedfdf555bf4b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 25 May 2018 19:06:23 +0300 Subject: [PATCH] Fix broken link --- HISTORY.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c821888e..404635c5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -22,7 +22,8 @@ PlatformIO 3.0 * Updated Unity tool to 2.4.3 * Improved support for Black Magic Probe in "uploader" mode * Renamed "monitor_baud" option to "monitor_speed" -* Fixed issue when a custom `lib_dir `__ was not handled correctly +* Fixed issue when a custom `lib_dir `__ + was not handled correctly (`issue #1473 `_) * Fixed issue with useless project rebuilding for case insensitive file systems (Windows)