Skip to content

Commit 0165e66

Browse files
committed
Fix broken links
1 parent f99818a commit 0165e66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/clojurekoans/view/index.hiccup.clj

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
" to pass, one should pause to refactor and refine one's code before moving on to the next test."]
109109
[:p "The koans, unlike tests in real test-driven projects, are already written for you. When you are"
110110
" ready to begin your own Clojure project and therefore your own tests, consider using a framework like"
111-
[:a {:href "http://speclj.com/"} " Speclj"]
111+
[:a {:href "https://github.com/slagyr/speclj"} " Speclj"]
112112
" to aid you on your journey."]]
113113

114114

@@ -127,12 +127,12 @@
127127
[:p "Using the koans metaphor as a tool for learning a programming language started with the "
128128
[:a {:href "http://rubykoans.com/"} "Ruby Koans"]
129129
" by "
130-
[:a {:href "http://edgecase.com/"} "EdgeCase"]
130+
[:a {:href "https://github.com/edgecase"} "EdgeCase"]
131131
"; the Clojure koans themselves were started by developers at "
132-
[:a {:href "http://thinkrelevance.com/"} "Relevance"]
132+
[:a {:href "https://github.com/relevance"} "Relevance"]
133133
". This website is produced and hosted by "
134134
[:a {:href "http://www.8thlight.com"} "8th Light"]
135135
" and powered by "
136-
[:a {:href "http://www.joodoweb.com"} "Joodo"]
136+
[:a {:href "https://github.com/slagyr/joodo"} "Joodo"]
137137
"."]]]
138138
[:div.clearfix]]

0 commit comments

Comments
 (0)