From 7d761ce93583944a1f4a7b3d8577d6417e72ed19 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sun, 12 Oct 2014 12:25:45 +0200 Subject: [PATCH] quickcheck link --- README.md | 2 +- generate_markdown_files.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bdb03d..e04fbbc 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Only projects that are stable and useful to users are added. Projects that do no ### Testing -* [BurntSushi/quickcheck](https://github.com/BurntSushi/quickcheck) — property-based testing using randomly generated input [](https://travis-ci.org/BurntSushi/quickcheck) +* [BurntSushi/quickcheck](https://github.com/BurntSushi/quickcheck) — [QuickCheck](http://www.haskell.org/haskellwiki/Introduction_to_QuickCheck1) in Rust [](https://travis-ci.org/BurntSushi/quickcheck) * [farcaller/shiny](https://github.com/farcaller/shiny) — a fancy syntax similar to ruby's rspec or Objective-C's kiwi ### Web programming diff --git a/generate_markdown_files.py b/generate_markdown_files.py index e845dd6..c301292 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -227,7 +227,7 @@ DATA = \ }, "BurntSushi/quickcheck": { "url": "https://github.com/BurntSushi/quickcheck", - "descr": "property-based testing using randomly generated input", + "descr": md_link('QuickCheck', 'http://www.haskell.org/haskellwiki/Introduction_to_QuickCheck1') + ' in Rust', "travis_url": "https://travis-ci.org/BurntSushi/quickcheck", "travis_badge": "https://travis-ci.org/BurntSushi/quickcheck.png?branch=master" },