From d3e0786cb286f1b1f286f6f1b16d6f6d8db79ea8 Mon Sep 17 00:00:00 2001 From: Dave Evans Date: Wed, 17 Dec 2025 14:41:07 +0000 Subject: [PATCH] Fix link to ehrQL docs Mkdocs is fussy about wanting relative links in this format so it can check them. --- 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 c4702148..d6ce15f4 100644 --- a/docs/case-control-studies.md +++ b/docs/case-control-studies.md @@ -153,7 +153,7 @@ In this step, we will construct a third dataset definition to extract only the n We will name this dataset definition `dataset_definition_controls.py`. -We will use the [`table_from_file`](./ehrql/reference/language/#table_from_file) feature in ehrQL to make a table called `matched_patients` from the `matched_matches.arrow` file. +We will use the [`table_from_file`](./ehrql/reference/language.md#table_from_file) feature in ehrQL to make a table called `matched_patients` from the `matched_matches.arrow` file. When we are done, `matched_patients` will behave as if it were any other ehrQL table. Suppose `matched_matches.arrow` has the following columns: