aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-24 22:40:44 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-24 22:40:44 +0000
commit64f5c6c35759288f4a87da20fdd5d97ec8817f71 (patch)
tree06a6eea032476a30a67193813c2c14752b84a38c
parentd3af825d29ab02f78665d5010c8439d34d65db65 (diff)
Fix a link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35306 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index c2e1c6c4cd..e51618de18 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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>