diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-25 13:00:30 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-25 13:00:30 -0700 |
commit | e46db64700aa5d6df3561d34636e22db65e0215c (patch) | |
tree | 07bd4d46d8a487615c85bdbe6e721b8a636d1a43 /index.html | |
parent | fb121f1544f7af90dd2058d6395dd7c85f4d54fb (diff) |
Updated documentation for commit e456075c7dfc280e3371e9681fd4ff83b4f14896
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -365,7 +365,7 @@ Like Clojure itself, clojure.contrib is made available under the <a href="http://opensource.org/licenses/eclipse-1.0.php">Eclipse Public License (EPL)</a>. clojure.contrib is copyright 2008-2009 Rich Hickey and the various contributors. <br /> -Important clojure-contrib resources: +<h3>Important clojure-contrib resources</h3> <ul> <li>The official source code for clojure-contrib is on the <a href="http://github.com/richhickey/clojure-contrib/"> @@ -384,7 +384,7 @@ Important clojure-contrib resources: </a>. If you wish to have a version for off-line use you can use the download button on the <a href="http://github.com/richhickey/clojure-contrib/tree/gh-pages"> - gh-pages brach page at GitHub + gh-pages branch page at GitHub </a>. </li> <li>Issues related to clojure-contrib and the various pieces of functionality @@ -393,7 +393,7 @@ Important clojure-contrib resources: Clojure Google group </a>. </li> - <li>Discussions among clojure-contrib developers take place in + <li>Discussions among clojure-contrib developers take place in the <a href="http://groups.google.com/group/clojure-dev"> Clojure Dev Google group </a>. @@ -933,7 +933,7 @@ defined for any type.</pre> <br /> <hr /> <h2 id="http.agent">http.agent</h2> - by <span id="author">unknown author</span><br /> + by <span id="author">Stuart Sierra</span><br /> <a href="http.agent-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Agent-based asynchronous HTTP client. |