From bddb9237e22e73b68f1f23f35bf2f698cde20a47 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 13 Jun 2014 19:34:55 +0300 Subject: [PATCH] Fix RST link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d0f02299..25a736c4 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ flasher (for embedded) and many other useful tools. **Platformio** allows developer to compile the same code with different platforms using only one command ``platformio run``. This happens due to ``platformio.ini`` project's file (see -`default template `) +`default template `_) where you can setup different environments with specific settings: platform, firmware uploading options, pre-built framework and many more.