Skip to content

Commit f6d6faf

Browse files
authored
Merge pull request #228 from msporleder/patch-1
Update intro.clj
2 parents 28f5ee5 + 07c2b4b commit f6d6faf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/clj/clojuredocs/pages/intro.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@
165165
"New to Clojure and not sure where to start? Here are a few good resources to get you off on the right foot:"]
166166
[:ul.getting-started-resources
167167
[:li [:a {:href "https://changelog.com/posts/rich-hickeys-greatest-hits/"} "Rich Hickey's Greatest Hits (videos)"]]
168-
[:li [:a {:href "http://www.braveclojure.com"} "Clojure for the Brave and True"]]
169-
[:li [:a {:href "http://aphyr.com/posts/301-clojure-from-the-ground-up-welcome"}
168+
[:li [:a {:href "https://www.braveclojure.com"} "Clojure for the Brave and True"]]
169+
[:li [:a {:href "https://aphyr.com/posts/301-clojure-from-the-ground-up-welcome"}
170170
"Clojure from the Ground Up"]]
171-
[:li [:a {:href "http://4clojure.org"} "4Clojure (learn Clojure interactively)"]]
171+
[:li [:a {:href "https://4clojure.oxal.org/"} "4Clojure (learn Clojure interactively)"]]
172172
[:li [:a {:href "http://clojurescriptkoans.com/"} "ClojureScript Koans"]]
173173
[:li [:a {:href "https://repl.it/languages/clojure"} "Run Clojure code live in your browser"]]]
174174
[:p "There's no denying that Clojure is just so "

0 commit comments

Comments
 (0)