From 684a2e5ed8b038cc674b15e320c8aedec5f7e89b Mon Sep 17 00:00:00 2001
From: Philip Offtermatt
Date: Thu, 30 Nov 2023 12:46:28 +0100
Subject: [PATCH] Remove difftest link from old docs
---
docs/old/testing.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/old/testing.md b/docs/old/testing.md
index 4c288f5136..2ac3b621ac 100644
--- a/docs/old/testing.md
+++ b/docs/old/testing.md
@@ -16,7 +16,7 @@ To run integration tests against your own consumer/provider implementations, use
## Differential Tests (WIP)
-[Differential tests](../../tests/difference/) is similar to integration tests, but they compare the system state to an expected state generated from a model implementation.
+Differential tests is similar to integration tests, but they compare the system state to an expected state generated from a model implementation.
## End-to-End (E2E) Tests