diff --git a/documentation/documentation.html b/documentation/documentation.html
index 24b96402a355c66b1938b32152ac88a6e4497275..e44c666d14d6b92d9ac2dec32eba3d76df151300 100644
--- a/documentation/documentation.html
+++ b/documentation/documentation.html
@@ -82,17 +82,18 @@ are functions whose symbols are exported so that an arglist prompt
 will be visible; however, the function should not be used outside a
 <code>letm</code> binding.
 
- <h3>Data: vectors and matrices</h3>
+ <h3>Arrays</h3>
  <div class="content">
  <p>
- Collectively vectors and matrices and are called
- <i>data</i>.  GSLL supports all element types that are supported by
- CFFI, the CL implementation, and GSL.  This list is
- available in the variable <code>*array-element-types*</code>.
- These arrays are <i>foreign-friendly</i>, meaning that 
- on platforms that support it (currently only SBCL), the contents are
- directly available to the GSL functions without copying between the
- Lisp area and the C area of memory.
+ GSLL has many functions that work on vectors (one-dimensional arrays)
+ and matrices (two-dimensional arrays).  GSLL supports all array element
+ types that are supported by CFFI, the CL implementation, and GSL.
+ This list is available in the
+ variable <code>*array-element-types*</code>.  These arrays
+ are <i>foreign-friendly</i>, meaning that on platforms that support
+ it (currently only SBCL), the contents are directly available to the
+ GSL functions without copying between the Lisp area and the C area of
+ memory.
  <p>
  Common Lisp arrays should be created with <code>make-array*</code>;
  the syntax is similar to Common Lisp's <code>make-array</code>
@@ -203,7 +204,7 @@ gamma-randist, negative-binomial.
     <address><a href="mailto:gsll-devel@common-lisp.net">Liam Healy</a></address>
 <!-- hhmts start -->
     <small>
-      Time-stamp: <2008-11-09 12:29:17EST documentation.html>
+      Time-stamp: <2008-11-15 21:53:03EST documentation.html>
       </small>
 <!-- hhmts end -->
  </div>
diff --git a/documentation/index.html b/documentation/index.html
index 9b5528ff1cb0c4ead728f4f6775cec64ef4e6b95..91ee75239411d868ce5a7be5f8ed9afe79f5b1de 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -88,7 +88,9 @@ Input domain error |m| > 1.0 in elljac.c at line 46
 	  or <a href="http://packages.debian.org/lenny/cl-cffi">the
 	  version in Debian/lenny</a>)
 	</li>
-        <li><a href="http://www.cliki.net/asdf">ASDF</a>
+        <li><a href="http://common-lisp.net/project/cl-utilities/">cl-utilities</a>
+	  </li>
+        <li><a href="http://www.cliki.net/asdf">ASDF</a></li>
           </ul>
       <p>
         In <a href="http://www.debian.org">Debian</a> Lenny (5.0) or newer,
@@ -113,7 +115,6 @@ Input domain error |m| > 1.0 in elljac.c at line 46
  <p>You may browse or download as follows:</p>
  <ul>
  </ul>
- <p>Due to frequent changes, no tarballs are yet available.</p>
  </div>
  
  <h3>Additional information</h3>
@@ -145,7 +146,7 @@ Input domain error |m| > 1.0 in elljac.c at line 46
 <!-- Created: Feb 25 2005 -->
 <!-- hhmts start -->
     <small>
-       Time-stamp: <2008-08-31 22:54:34EDT index.html>
+       Time-stamp: <2008-11-15 21:51:03EST index.html>
        </small>
 <!-- hhmts end -->
  </div>