summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-05-11 22:38:33 +0000
committerBill Wendling <isanbard@gmail.com>2012-05-11 22:38:33 +0000
commit015d2ad9ecd2ac22bec44a4f191b3d59b787d56f (patch)
tree84502a380f106b902ced4cd1f7b9461601a0ffb3 /docs/ReleaseNotes.html
parentb0940b46edbbe9d3f62d7f6f70330fd87f3507e1 (diff)
Make the URL a link instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156655 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index dc71f5199d8..1f2e2684d6e 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -282,17 +282,17 @@ Release Notes</a>.</h1>
<div>
-<p>Pure (http://pure-lang.googlecode.com/) is an algebraic/functional
- programming language based on term rewriting. Programs are collections of
- equations which are used to evaluate expressions in a symbolic fashion. The
- interpreter uses LLVM as a backend to JIT-compile Pure programs to fast
- native code. Pure offers dynamic typing, eager and lazy evaluation, lexical
- closures, a hygienic macro system (also based on term rewriting), built-in
- list and matrix support (including list and matrix comprehensions) and an
- easy-to-use interface to C and other programming languages (including the
- ability to load LLVM bitcode modules, and inline C, C++, Fortran and Faust
- code in Pure programs if the corresponding LLVM-enabled compilers are
- installed).</p>
+<p><a href="http://pure-lang.googlecode.com/">Pure</a> is an
+ algebraic/functional programming language based on term rewriting. Programs
+ are collections of equations which are used to evaluate expressions in a
+ symbolic fashion. The interpreter uses LLVM as a backend to JIT-compile Pure
+ programs to fast native code. Pure offers dynamic typing, eager and lazy
+ evaluation, lexical closures, a hygienic macro system (also based on term
+ rewriting), built-in list and matrix support (including list and matrix
+ comprehensions) and an easy-to-use interface to C and other programming
+ languages (including the ability to load LLVM bitcode modules, and inline C,
+ C++, Fortran and Faust code in Pure programs if the corresponding
+ LLVM-enabled compilers are installed).</p>
<p>Pure version 0.54 has been tested and is known to work with LLVM 3.1 (and
continues to work with older LLVM releases >= 2.5).</p>