From 90264863a18e070af25a175103f63c1afbc6293c Mon Sep 17 00:00:00 2001 From: ink7047 <62216305+ink7047@users.noreply.github.com> Date: Tue, 5 May 2026 18:34:57 -0400 Subject: [PATCH] add link I've noted that these docs assume the user is familiar with property-based testing and so we can minimize how often we are defining terms. But since you are doing a bit of an explainer on Hypothesis I think it makes sense to provide a reference link, to be thorough. (Also, it can't hurt for SEO). --- src/content/docs/explanation/why-hegel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/explanation/why-hegel.md b/src/content/docs/explanation/why-hegel.md index d367a27..12f9599 100644 --- a/src/content/docs/explanation/why-hegel.md +++ b/src/content/docs/explanation/why-hegel.md @@ -2,7 +2,7 @@ title: Why Hegel? --- -Hegel is an attempt to bring the power of property-based testing in Hypothesis to every language. +Hegel is an attempt to bring the power of property-based testing in [Hypothesis](https://github.com/hypothesisworks/hypothesis) to every language. If you're not familiar with it, Hypothesis is the most widely used property-based testing library in the world.