Skip to content

Commit 5e124de

Browse files
committed
Fix Exercism Clojure Track link
Closes #1991
1 parent 27877d3 commit 5e124de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/get-started-with-clojure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Clojurians draw tremendous value from [ClojureDocs](https://clojuredocs.org). At
139139

140140
* [Clojure Beginner Resources](https://gist.github.com/yogthos/be323be0361c589570a6da4ccc85f58f) - a much more comprehensive list than this one
141141
* [clojure.org Getting Started](https://clojure.org/guides/getting_started) - the source of truth, includes installing and stuff
142-
* [The Exercism Clojure track](https://exercism.io/my/tracks/clojure) - Learn solving carefully crafted Clojure exercises, get mentor feedback if you like.
142+
* [The Exercism Clojure track](https://exercism.org/tracks/clojure) - Learn solving carefully crafted Clojure exercises, get mentor feedback if you like.
143143
* [Clojure for the Brave and True](https://www.braveclojure.com) - helping you from beginner to pretty advanced stuff, very popular among Clojurians
144144
* [What do beginners struggle with?](https://clojureverse.org/t/what-do-beginners-struggle-with/5383) - a ClojureVerse thread, where you can tell us about what you have found hard in picking up Clojure. It's what spawned the creation of this guide.
145145
* [on the code again](https://www.youtube.com/user/VideosDanA) - often features Clojure concepts, with snappy, well communicated, and entertaining videos

0 commit comments

Comments
 (0)