Fix broken links, reported by Baptiste Lepilleur
authorChris Lattner <sabre@nondot.org>
Thu, 4 Jan 2007 22:01:45 +0000 (22:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Jan 2007 22:01:45 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32882 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index e6653f57a038ee512816c2be1ea0ba998e4b47e5..ae6f0e1bd76543600996ec4c27da8cf33128b5a7 100644 (file)
@@ -944,7 +944,7 @@ If you look at its definition, it has only a single pointer member.</p>
 <div class="doc_text">
 
 <p>Frequently, we might have an instance of the <a
-href="/doxygen/structllvm_1_1Value.html">Value Class</a> and we want to
+href="/doxygen/classllvm_1_1Value.html">Value Class</a> and we want to
 determine which <tt>User</tt>s use the <tt>Value</tt>.  The list of all
 <tt>User</tt>s of a particular <tt>Value</tt> is called a <i>def-use</i> chain.
 For example, let's say we have a <tt>Function*</tt> named <tt>F</tt> to a
@@ -1225,7 +1225,7 @@ ReplaceInstWithInst(instToReplace-&gt;getParent()-&gt;getInstList(), ii,
 
 <p>You can use <tt>Value::replaceAllUsesWith</tt> and
 <tt>User::replaceUsesOfWith</tt> to change more than one use at a time.  See the
-doxygen documentation for the <a href="/doxygen/structllvm_1_1Value.html">Value Class</a>
+doxygen documentation for the <a href="/doxygen/classllvm_1_1Value.html">Value Class</a>
 and <a href="/doxygen/classllvm_1_1User.html">User Class</a>, respectively, for more
 information.</p>
 
@@ -1669,7 +1669,7 @@ the <tt>lib/VMCore</tt> directory.</p>
 
 <p><tt>#include "<a href="/doxygen/Value_8h-source.html">llvm/Value.h</a>"</tt>
 <br> 
-doxygen info: <a href="/doxygen/structllvm_1_1Value.html">Value Class</a></p>
+doxygen info: <a href="/doxygen/classllvm_1_1Value.html">Value Class</a></p>
 
 <p>The <tt>Value</tt> class is the most important class in the LLVM Source
 base.  It represents a typed value that may be used (among other things) as an