Update link to Apple Xcode

This commit is contained in:
Ivan Kravets
2016-04-15 14:03:15 +03:00
parent 7e9929a310
commit 2884c8b641

View File

@ -93,7 +93,7 @@ PlatformIO IDE uses `clang <http://clang.llvm.org>`_ for the Intelligent Code Au
To check that ``clang`` is available in your system, please open
Terminal and run ``clang --version``. If ``clang`` is not installed, then install it:
- **Mac OS X**: `Install the latest Xcode <https://itunes.apple.com/en/app/xcode/id497799835>`_
- **Mac OS X**: `Install the latest Xcode <https://developer.apple.com/xcode/download/>`_
along with the latest Command Line Tools
(they are installed automatically when you run ``clang`` in Terminal for the
first time, or manually by running ``xcode-select --install``