From 35de7099f8d5f807ac26e9a79a4a38ac1b82755b Mon Sep 17 00:00:00 2001 From: Peter Inglesby Date: Thu, 16 Nov 2023 14:21:40 +0000 Subject: [PATCH] Update docs/actions-pipelines.md Co-authored-by: Steven Maude --- docs/actions-pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/actions-pipelines.md b/docs/actions-pipelines.md index 2fbebc4d9..bd6a80c40 100644 --- a/docs/actions-pipelines.md +++ b/docs/actions-pipelines.md @@ -5,7 +5,7 @@ This section covers how to develop, run, and test your code to ensure it will wo ## Project pipelines -The [ehrQL](/ehrql/) documentation describes how to make an action which generate dummy datasets based on the instructions defined in your `dataset_definition.py` script. +The [ehrQL](/ehrql/how-to/dummy-data.md) documentation describes how to make an action which generate dummy datasets based on the instructions defined in your `dataset_definition.py` script. These dummy datasets are the basis for developing the analysis code that will eventually be passed to the server to run on real datasets. The code can be written and run on your local machine using whatever development set up you prefer (e.g., developing R in RStudio). However, it's important to ensure that this code will run successfully in OpenSAFELY's secure environment too, using the specific language and package versions that are installed there. To do this, you should use the project pipeline.