Skip to content

Commit b679289

Browse files
authored
Change clojurebook links to http:
Fixes #250
1 parent 18557f7 commit b679289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We didn't come up with all the rules out of nowhere; they are mostly
3434
based on the experience of the style guide's editors,
3535
feedback and suggestions from numerous members of the Clojure community, and
3636
various highly regarded Clojure programming resources, such as
37-
https://www.clojurebook.com/["Clojure Programming"]
37+
http://www.clojurebook.com/["Clojure Programming"]
3838
and https://www.manning.com/books/the-joy-of-clojure-second-edition["The Joy of Clojure"].
3939

4040
Nothing written here is set in stone.
@@ -3108,7 +3108,7 @@ Many people, books, presentations, articles and other style guides influenced th
31083108
* https://google.github.io/styleguide/lispguide.xml[Google's Common Lisp Style Guide]
31093109
* http://community.schemewiki.org/?scheme-style[scheme-style]
31103110
* https://clojure.org/community/contrib_howto#_coding_guidelines[Clojure Library Coding Guidelines]
3111-
* https://www.clojurebook.com/["Clojure Programming"]
3111+
* http://www.clojurebook.com/["Clojure Programming"]
31123112
* https://www.manning.com/books/the-joy-of-clojure-second-edition["The Joy of Clojure"]
31133113
* https://elementsofclojure.com/["Elements of Clojure"]
31143114
* https://pragprog.com/titles/vmclojeco/clojure-applied/["Clojure Applied"]

0 commit comments

Comments
 (0)