Skip to content

Commit 098dbb9

Browse files
author
Michael Klishin
committed
Link to clojure-doc.org
1 parent 4608432 commit 098dbb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tryclojure/views/home.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
(defpartial links-html []
77
(unordered-list
88
[(link-to "http://clojure.org" "The official Clojure website")
9-
(link-to "http://dev.clojure.org/display/doc/Getting+Started" "Getting started with Clojure")
9+
(link-to "http://clojure-doc.org/" "Clojure tutorials and documentation")
1010
(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")
1211
(link-to "http://joyofclojure.com/" "The Joy of Clojure: a book by Michael Fogus and Chris Houser")
1312
(link-to "http://disclojure.org" "Disclojure")
1413
(link-to "http://planet.clojure.in" "Planet Clojure")]))

0 commit comments

Comments
 (0)