Add the integer value of the ConstantInt instead of the Constant* value.
[oota-llvm.git] / docs / ProgrammersManual.rst
index f626c60ee659084bea5ffa527b4abfde6fb04cea..2b272de42505ef1115ad70b616bb8d5da3de7f55 100644 (file)
@@ -62,8 +62,8 @@ the subject that you can get, so it will not be discussed in this document.
 
 Here are some useful links:
 
-#. `Dinkumware C++ Library reference
-   <http://www.dinkumware.com/manuals/#Standard C++ Library>`_ - an excellent
+#. `cppreference.com
+   <http://en.cppreference.com/w/>`_ - an excellent
    reference for the STL and other parts of the standard C++ library.
 
 #. `C++ In a Nutshell <http://www.tempest-sw.com/cpp/>`_ - This is an O'Reilly
@@ -81,7 +81,8 @@ Here are some useful links:
    <http://www.research.att.com/%7Ebs/C++.html>`_.
 
 #. `Bruce Eckel's Thinking in C++, 2nd ed. Volume 2 Revision 4.0
-   (even better, get the book) <http://64.78.49.204/>`_.
+   (even better, get the book)
+   <http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html>`_.
 
 You are also encouraged to take a look at the :ref:`LLVM Coding Standards
 <coding_standards>` guide which focuses on how to write maintainable code more