@@ -10,7 +10,7 @@ hold true for all inputs. This lets you write concise, powerful tests.
1010 * [ Changelog] ( CHANGELOG.markdown )
1111* [ Introduction] ( doc/intro.md )
1212* Basic Docs
13- * [ API Docs] ( http ://clojure.github.io/test.check/)
13+ * [ API Docs] ( https ://clojure.github.io/test.check/)
1414 * [ Cheatsheet] ( doc/cheatsheet.md )
1515 * [ Generator Examples] ( doc/generator-examples.md )
1616 * [ Migrating from SimpleCheck] ( doc/migrating-from-simple-check.md )
@@ -28,16 +28,16 @@ hold true for all inputs. This lets you write concise, powerful tests.
2828 * [ Purely Random - Clojure/west 2015] ( https://www.youtube.com/watch?v=u0t-6lUvXHo )
2929 * [ Building test.check Generators - Clojure/Conj 2017] ( https://www.youtube.com/watch?v=F4VZPxLZUdA ) - [ Slides] ( https://gfredericks.com/speaking/2017-10-12-generators.pdf )
3030 * [ Check your work - 8th Light] ( http://blog.8thlight.com/connor-mendenhall/2013/10/31/check-your-work.html )
31- * [ Writing simple-check - Reid Draper] ( http ://reiddraper.com/writing-simple-check/)
31+ * [ Writing simple-check - Reid Draper] ( https ://reiddraper.com/writing-simple-check/)
3232 * [ Generative testing in Clojure - Youtube] ( https://www.youtube.com/watch?v=u0TkAw8QqrQ )
3333* Advanced Docs
3434 * [ Growth and Shrinking] ( doc/growth-and-shrinking.md )
3535 * Other Implementations
36- * [ QC for Haskell] ( http ://hackage.haskell.org/package/QuickCheck)
36+ * [ QC for Haskell] ( https ://hackage.haskell.org/package/QuickCheck)
3737 * [ The significantly more advanced QC for Erlang] ( http://www.quviq.com/index.html )
3838 * Papers
3939 * [ QuickCheck: A Lightweight Tool for Random Testing of Haskell
40- Programs] ( http ://www.eecs.northwestern.edu/~robby/courses/395-495-2009-fall/quick.pdf)
40+ Programs] ( https ://www.eecs.northwestern.edu/~robby/courses/395-495-2009-fall/quick.pdf)
4141* Developer Docs
4242 * [ Contributing] ( CONTRIBUTING.md )
4343 * [ Developer Information] ( doc/development.md )
@@ -100,18 +100,18 @@ project](https://clojure.org/community/downloads#_using_clojure_and_contrib_snap
100100
101101### YourKit
102102
103- ![ YourKit] ( http ://www.yourkit.com/images/yklogo.png)
103+ ![ YourKit] ( https ://www.yourkit.com/images/yklogo.png)
104104
105105YourKit is kindly supporting test.check and other open source projects with its
106106full-featured Java Profiler. YourKit, LLC is the creator of innovative and
107107intelligent tools for profiling Java and .NET applications. Take a look at
108108YourKit's leading software products:
109109
110- * <a href =" http ://www.yourkit.com/java/profiler/index.jsp" >YourKit Java Profiler</a > and
111- * <a href =" http ://www.yourkit.com/.net/profiler/index.jsp" >YourKit .NET Profiler</a >
110+ * <a href =" https ://www.yourkit.com/java/profiler/index.jsp" >YourKit Java Profiler</a > and
111+ * <a href =" https ://www.yourkit.com/.net/profiler/index.jsp" >YourKit .NET Profiler</a >
112112
113113### License
114114
115- Copyright © 2014-2023 Rich Hickey, Reid Draper and contributors
115+ Copyright © Rich Hickey, Reid Draper and contributors
116116
117117Distributed under the Eclipse Public License, the same as Clojure.
0 commit comments