diff --git a/HISTORY.rst b/HISTORY.rst index 9ee0df5c..0825752f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,7 +9,7 @@ PlatformIO 3.0 * PlatformIO Plus - + `Unit Testing `__ for Embedded + + `Unit Testing `__ for Embedded (`issue #408 `_) * Decentralized Development Platforms diff --git a/docs/index.rst b/docs/index.rst index 13be0abd..387fd68e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -111,7 +111,7 @@ Contents platforms/embedded_boards frameworks/index platforms/custom_platform_and_board - platforms/unit_testing + unit_testing .. toctree:: :caption: Library Manager diff --git a/docs/platforms/unit_testing.rst b/docs/unit_testing.rst similarity index 100% rename from docs/platforms/unit_testing.rst rename to docs/unit_testing.rst