Skip to content

Commit

Permalink
Merge pull request #37 from michaelklishin/patch-2
Browse files Browse the repository at this point in the history
Link to clojure-doc.org
  • Loading branch information
Raynes committed Mar 15, 2013
2 parents 4608432 + 098dbb9 commit 44b8069
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tryclojure/views/home.clj
Expand Up @@ -6,9 +6,8 @@
(defpartial links-html []
(unordered-list
[(link-to "http://clojure.org" "The official Clojure website")
(link-to "http://dev.clojure.org/display/doc/Getting+Started" "Getting started with Clojure")
(link-to "http://clojure-doc.org/" "Clojure tutorials and documentation")
(link-to "http://groups.google.com/group/clojure" "Clojure mailing list")
(link-to "http://java.ociweb.com/mark/clojure/article.html" "A comprehensive Clojure tutorial")
(link-to "http://joyofclojure.com/" "The Joy of Clojure: a book by Michael Fogus and Chris Houser")
(link-to "http://disclojure.org" "Disclojure")
(link-to "http://planet.clojure.in" "Planet Clojure")]))
Expand Down

0 comments on commit 44b8069

Please sign in to comment.