From 76c8ac4e6c9feca00be06102a7d18beed2938db1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 23 Feb 2016 22:19:42 +0200 Subject: [PATCH] Fix broken link to IDE --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 05e995b4..cb0b0360 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -35,8 +35,8 @@ between team members, regardless of operating system they prefer to work with. Beyond that, PlatformIO can be run not only on commonly used desktops/laptops but also on the servers without X Window System. While PlatformIO itself is a console application, it can be used in combination with one's favorite -:ref:`ide` or text editor such as :ref:`ide_arduino`, :ref:`ide_atom`, -:ref:`ide_clion`, :ref:`ide_eclipse`, :ref:`ide_qtcreator`, +:ref:`ide` or text editor such as :ref:`ide_atom`, :ref:`ide_clion`, +:ref:`ide_eclipse`, :ref:`ide_emacs`, :ref:`ide_qtcreator`, :ref:`ide_sublimetext`, :ref:`ide_vim`, :ref:`ide_visualstudio`, etc. Alright, so PlatformIO can run on different operating systems. But more