Skip to content

Commit

Permalink
update links and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 44b47d1 commit 0ee576e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hold true for all inputs. This lets you write concise, powerful tests.
* [Changelog](CHANGELOG.markdown)
* [Introduction](doc/intro.md)
* Basic Docs
* [API Docs](http://clojure.github.io/test.check/)
* [API Docs](https://clojure.github.io/test.check/)
* [Cheatsheet](doc/cheatsheet.md)
* [Generator Examples](doc/generator-examples.md)
* [Migrating from SimpleCheck](doc/migrating-from-simple-check.md)
Expand All @@ -28,16 +28,16 @@ hold true for all inputs. This lets you write concise, powerful tests.
* [Purely Random - Clojure/west 2015](https://www.youtube.com/watch?v=u0t-6lUvXHo)
* [Building test.check Generators - Clojure/Conj 2017](https://www.youtube.com/watch?v=F4VZPxLZUdA) - [Slides](https://gfredericks.com/speaking/2017-10-12-generators.pdf)
* [Check your work - 8th Light](http://blog.8thlight.com/connor-mendenhall/2013/10/31/check-your-work.html)
* [Writing simple-check - Reid Draper](http://reiddraper.com/writing-simple-check/)
* [Writing simple-check - Reid Draper](https://reiddraper.com/writing-simple-check/)
* [Generative testing in Clojure - Youtube](https://www.youtube.com/watch?v=u0TkAw8QqrQ)
* Advanced Docs
* [Growth and Shrinking](doc/growth-and-shrinking.md)
* Other Implementations
* [QC for Haskell](http://hackage.haskell.org/package/QuickCheck)
* [QC for Haskell](https://hackage.haskell.org/package/QuickCheck)
* [The significantly more advanced QC for Erlang](http://www.quviq.com/index.html)
* Papers
* [QuickCheck: A Lightweight Tool for Random Testing of Haskell
Programs](http://www.eecs.northwestern.edu/~robby/courses/395-495-2009-fall/quick.pdf)
Programs](https://www.eecs.northwestern.edu/~robby/courses/395-495-2009-fall/quick.pdf)
* Developer Docs
* [Contributing](CONTRIBUTING.md)
* [Developer Information](doc/development.md)
Expand Down Expand Up @@ -100,18 +100,18 @@ project](https://clojure.org/community/downloads#_using_clojure_and_contrib_snap

### YourKit

![YourKit](http://www.yourkit.com/images/yklogo.png)
![YourKit](https://www.yourkit.com/images/yklogo.png)

YourKit is kindly supporting test.check and other open source projects with its
full-featured Java Profiler. YourKit, LLC is the creator of innovative and
intelligent tools for profiling Java and .NET applications. Take a look at
YourKit's leading software products:

* <a href="http://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and
* <a href="http://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>
* <a href="https://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and
* <a href="https://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>

### License

Copyright © 2014-2023 Rich Hickey, Reid Draper and contributors
Copyright © Rich Hickey, Reid Draper and contributors

Distributed under the Eclipse Public License, the same as Clojure.

0 comments on commit 0ee576e

Please sign in to comment.