Fix a link.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 24 Mar 2007 22:40:44 +0000 (22:40 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 24 Mar 2007 22:40:44 +0000 (22:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35306 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index c2e1c6c4cd94d18e9ca6fc39ddf6200ac5692b3c..e51618de180d177015b2ba0fa7710881b6bad7b2 100644 (file)
@@ -2011,7 +2011,7 @@ operator (where the result has the same sign as the divisor, <tt>var2</tt>) of
 a value.  For more information about the difference, see <a
  href="http://mathforum.org/dr.math/problems/anne.4.28.99.html">The
 Math Forum</a>. For a table of how this is implemented in various languages,
-please see <a href="http://mathforum.org/dr.math/problems/anne.4.28.99.html">
+please see <a href="http://en.wikipedia.org/wiki/Modulo_operation">
 Wikipedia: modulo operation</a>.</p>
 <h5>Example:</h5>
 <pre>  &lt;result&gt; = srem i32 4, %var          <i>; yields {i32}:result = 4 % %var</i>