Merging r258953:
------------------------------------------------------------------------
r258953 | hans | 2016-01-27 09:54:35 -0800 (Wed, 27 Jan 2016) | 1 line

getting_started.rst: fix 'unknown target name' error
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/lld/branches/release_38@258954 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 4b0e44e..97c3d1b 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -68,7 +68,7 @@
   * `Python 2.4`_\+ (not 3.x) for running tests.
 
 .. _CMake 2.8: http://www.cmake.org/cmake/resources/software.html
-.. _Visual Studio 11 (2012) or later: http://www.microsoft.com/visualstudio/11/en-us
+.. _Visual Studio 12 (2013) or later: http://www.microsoft.com/visualstudio/11/en-us
 .. _Python 2.4: http://python.org/download/
 
 #. Check out LLVM::