Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/case-control-studies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down