summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--condition-api.html2
-rw-r--r--def-api.html2
-rw-r--r--index.html8
-rw-r--r--json.write-api.html2
-rw-r--r--lazy-seqs-api.html2
-rw-r--r--pprint-api.html4
-rw-r--r--singleton-api.html2
-rw-r--r--str-utils2-api.html2
8 files changed, 12 insertions, 12 deletions
diff --git a/condition-api.html b/condition-api.html
index 0a77886d..b26fa8ed 100644
--- a/condition-api.html
+++ b/condition-api.html
@@ -99,7 +99,7 @@ Data:
Note: requires AOT compilation.
Based on an idea from Chouser:
-http://groups.google.com/group/clojure/browse_frm/thread/da1285c538f22bb5</pre>
+<a href="http://groups.google.com/group/clojure/browse_frm/thread/da1285c538f22bb5">http://groups.google.com/group/clojure/browse_frm/thread/da1285c538f22bb5</a></pre>
<br />
<h2>Public Variables and Functions</h2>
<div id="var-entry">
diff --git a/def-api.html b/def-api.html
index 9061b0df..ef8caec3 100644
--- a/def-api.html
+++ b/def-api.html
@@ -115,7 +115,7 @@ metadata (as provided by def) merged into the metadata of the original.</pre>
</pre>
<pre id="var-docstr">Defines a var with a type hint matching the class of the given
init. Be careful about using any form of 'def' or 'binding' to a
-value of a different type. See http://paste.lisp.org/display/73344</pre>
+value of a different type. See <a href="http://paste.lisp.org/display/73344">http://paste.lisp.org/display/73344</a></pre>
<a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/def.clj#L83" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
diff --git a/index.html b/index.html
index 8bcee946..6c961526 100644
--- a/index.html
+++ b/index.html
@@ -462,7 +462,7 @@ Data:
Note: requires AOT compilation.
Based on an idea from Chouser:
-http://groups.google.com/group/clojure/browse_frm/thread/da1285c538f22bb5</pre>
+<a href="http://groups.google.com/group/clojure/browse_frm/thread/da1285c538f22bb5">http://groups.google.com/group/clojure/browse_frm/thread/da1285c538f22bb5</a></pre>
Public variables and functions:
<span id="var-link"><a href="condition-api.html#condition/*full-stack-traces*" id="var-tag">*full-stack-traces*</a> </span><span id="var-link"><a href="condition-api.html#condition/handler-case" id="var-tag">handler-case</a> </span><span id="var-link"><a href="condition-api.html#condition/print-stack-trace" id="var-tag">print-stack-trace</a> </span><span id="var-link"><a href="condition-api.html#condition/raise" id="var-tag">raise</a> </span><span id="var-link"><a href="condition-api.html#condition/stack-trace-info" id="var-tag">stack-trace-info</a> </span><br />
@@ -986,7 +986,7 @@ If you want indented output, try the clojure-json library at
http://github.com/danlarkin/clojure-json
This implementation attempts to follow the description of JSON at
-&lt;http://json.org/&gt;. Maps become JSON objects, all other collections
+&lt;<a href="http://json.org/&gt;">http://json.org/&gt;</a>. Maps become JSON objects, all other collections
become JSON arrays. JSON object keys are always converted to strings.
Within strings, all non-ASCII characters are hexadecimal escaped.</pre>
<span id="see-also">See also:
@@ -1020,7 +1020,7 @@ Within strings, all non-ASCII characters are hexadecimal escaped.</pre>
(permutations and combinations moved to combinatorics.clj)
[1] http://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf
- [2] http://clj-me.blogspot.com/2008/06/primes.html</pre>
+ [2] <a href="http://clj-me.blogspot.com/2008/06/primes.html">http://clj-me.blogspot.com/2008/06/primes.html</a></pre>
Public variables and functions:
<span id="var-link"><a href="lazy-seqs-api.html#lazy-seqs/fibs" id="var-tag">fibs</a> </span><span id="var-link"><a href="lazy-seqs-api.html#lazy-seqs/powers-of-2" id="var-tag">powers-of-2</a> </span><span id="var-link"><a href="lazy-seqs-api.html#lazy-seqs/primes" id="var-tag">primes</a> </span><br />
@@ -1570,7 +1570,7 @@ Goals:
3. Performance linear in string length
Some ideas are borrowed from
-http://github.com/francoisdevlin/devlinsf-clojure-utils/</pre>
+<a href="http://github.com/francoisdevlin/devlinsf-clojure-utils/">http://github.com/francoisdevlin/devlinsf-clojure-utils/</a></pre>
Public variables and functions:
<span id="var-link"><a href="str-utils2-api.html#str-utils2/blank?" id="var-tag">blank?</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/butlast" id="var-tag">butlast</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/chomp" id="var-tag">chomp</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/chop" id="var-tag">chop</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/codepoints" id="var-tag">codepoints</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/contains?" id="var-tag">contains?</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/dochars" id="var-tag">dochars</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/docodepoints" id="var-tag">docodepoints</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/escape" id="var-tag">escape</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/get" id="var-tag">get</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/join" id="var-tag">join</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/lower-case" id="var-tag">lower-case</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/ltrim" id="var-tag">ltrim</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/partition" id="var-tag">partition</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/replace" id="var-tag">replace</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/replace-first" id="var-tag">replace-first</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/rtrim" id="var-tag">rtrim</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/split" id="var-tag">split</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/split-lines" id="var-tag">split-lines</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/tail" id="var-tag">tail</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/take" id="var-tag">take</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/trim" id="var-tag">trim</a> </span><span id="var-link"><a href="str-utils2-api.html#str-utils2/upper-case" id="var-tag">upper-case</a> </span><br />
diff --git a/json.write-api.html b/json.write-api.html
index 388f795e..bfa0c543 100644
--- a/json.write-api.html
+++ b/json.write-api.html
@@ -96,7 +96,7 @@ If you want indented output, try the clojure-json library at
http://github.com/danlarkin/clojure-json
This implementation attempts to follow the description of JSON at
-&lt;http://json.org/&gt;. Maps become JSON objects, all other collections
+&lt;<a href="http://json.org/&gt;">http://json.org/&gt;</a>. Maps become JSON objects, all other collections
become JSON arrays. JSON object keys are always converted to strings.
Within strings, all non-ASCII characters are hexadecimal escaped.</pre>
<span id="see-also">See also:
diff --git a/lazy-seqs-api.html b/lazy-seqs-api.html
index 465dd7ba..9c0bf812 100644
--- a/lazy-seqs-api.html
+++ b/lazy-seqs-api.html
@@ -92,7 +92,7 @@ by <span id="author">Stephen C. Gilardi</span><br />
(permutations and combinations moved to combinatorics.clj)
[1] http://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf
- [2] http://clj-me.blogspot.com/2008/06/primes.html</pre>
+ [2] <a href="http://clj-me.blogspot.com/2008/06/primes.html">http://clj-me.blogspot.com/2008/06/primes.html</a></pre>
<br />
<h2>Public Variables and Functions</h2>
<div id="var-entry">
diff --git a/pprint-api.html b/pprint-api.html
index db9e378f..0c54a474 100644
--- a/pprint-api.html
+++ b/pprint-api.html
@@ -282,9 +282,9 @@ Prints to *out*:
Detailed documentation on format control strings is available in the "Common Lisp the
Language, 2nd edition", Chapter 22 (available online at:
-http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/clm/node200.html#SECTION002633000000000000000)
+<a href="http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/clm/node200.html#SECTION002633000000000000000)">http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/clm/node200.html#SECTION002633000000000000000)</a>
and in the Common Lisp HyperSpec at
-http://www.lispworks.com/documentation/HyperSpec/Body/22_c.htm</pre>
+<a href="http://www.lispworks.com/documentation/HyperSpec/Body/22_c.htm">http://www.lispworks.com/documentation/HyperSpec/Body/22_c.htm</a></pre>
<a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/cl-format.clj#L26" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
diff --git a/singleton-api.html b/singleton-api.html
index 72afe32c..0f37f06c 100644
--- a/singleton-api.html
+++ b/singleton-api.html
@@ -104,7 +104,7 @@ safely and lazily initialize shared objects on a per-thread basis.
Warning: due to a bug in JDK 5, it may not be safe to use a
per-thread-singleton in the initialization function for another
per-thread-singleton. See
-http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230</pre>
+<a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230">http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230</a></pre>
<a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a>
</div>
diff --git a/str-utils2-api.html b/str-utils2-api.html
index 26b30b66..cfa33f61 100644
--- a/str-utils2-api.html
+++ b/str-utils2-api.html
@@ -128,7 +128,7 @@ Goals:
3. Performance linear in string length
Some ideas are borrowed from
-http://github.com/francoisdevlin/devlinsf-clojure-utils/</pre>
+<a href="http://github.com/francoisdevlin/devlinsf-clojure-utils/">http://github.com/francoisdevlin/devlinsf-clojure-utils/</a></pre>
<br />
<h2>Public Variables and Functions</h2>
<div id="var-entry">