From dc82c5e40d17ff9c8bef424546475d63d1430775 Mon Sep 17 00:00:00 2001 From: thomasjm Date: Tue, 21 Jan 2025 17:52:27 -0800 Subject: [PATCH] site: fix a link --- sandwich-site/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandwich-site/docs/intro.md b/sandwich-site/docs/intro.md index 59ebfb52..0e2e5927 100644 --- a/sandwich-site/docs/intro.md +++ b/sandwich-site/docs/intro.md @@ -24,7 +24,7 @@ import styles from "../src/pages/styles.module.css"; Sandwich is a test framework for Haskell, inspired by and (almost) a drop-in replacement for [Hspec](http://hspec.github.io/). It has a number of powerful features and integrations, such as: * Interactive terminal UI interface for viewing test progress and results. -* Built-in [profiling](/docs/profiling) support. +* Built-in [profiling](/docs/timing) support. * Integrations such as [Hedgehog](/docs/extensions/sandwich-hedgehog), [QuickCheck](/docs/extensions/sandwich-quickcheck), and [Selenium](/docs/extensions/sandwich-webdriver). * Context libraries that allow you to introduce things like [databases](/docs/context-libraries/sandwich-contexts#postgresql-contexts), [Docker containers](#TODO), or even full [Kubernetes clusters](/docs/context-libraries/sandwich-contexts-kubernetes).