From c063f79c45e3bb03544ce0b251bd26edae7f889a Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Tue, 10 Feb 2026 16:52:49 +0000 Subject: [PATCH] Fix link to ehrql tutorial Update link to the new tutorials/introduction-to-ehrql location --- docs/case-control-studies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/case-control-studies.md b/docs/case-control-studies.md index d6ce15f4..6c29f08c 100644 --- a/docs/case-control-studies.md +++ b/docs/case-control-studies.md @@ -47,7 +47,7 @@ actions: ## Extract data for the cases -In this step, we will construct [a dataset definition](./ehrql/tutorial/building-a-dataset/index.md) to extract all the data we need for the cases. The dataset definition will include: +In this step, we will construct [a dataset definition](./ehrql/tutorials/introduction-to-ehrql/building-a-dataset/index.md) to extract all the data we need for the cases. The dataset definition will include: - an *index date variable* - *matching data*, or the variables we will use to match the cases to the potential controls (e.g. we might want to match patients on age and sex); these variables may or may not be used in later analysis.