We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4608432 + 098dbb9 commit 44b8069Copy full SHA for 44b8069
src/tryclojure/views/home.clj
@@ -6,9 +6,8 @@
6
(defpartial links-html []
7
(unordered-list
8
[(link-to "http://clojure.org" "The official Clojure website")
9
- (link-to "http://dev.clojure.org/display/doc/Getting+Started" "Getting started with Clojure")
+ (link-to "http://clojure-doc.org/" "Clojure tutorials and documentation")
10
(link-to "http://groups.google.com/group/clojure" "Clojure mailing list")
11
- (link-to "http://java.ociweb.com/mark/clojure/article.html" "A comprehensive Clojure tutorial")
12
(link-to "http://joyofclojure.com/" "The Joy of Clojure: a book by Michael Fogus and Chris Houser")
13
(link-to "http://disclojure.org" "Disclojure")
14
(link-to "http://planet.clojure.in" "Planet Clojure")]))
0 commit comments