From 1ed26fd58b20d6954b957a732debb33553865552 Mon Sep 17 00:00:00 2001 From: Louis Mandel Date: Thu, 5 Jun 2025 09:39:55 -0400 Subject: [PATCH] Fix link in documentation Signed-off-by: Louis Mandel --- docs/contrib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contrib.md b/docs/contrib.md index a231f8107..0d7b20dd6 100644 --- a/docs/contrib.md +++ b/docs/contrib.md @@ -74,7 +74,7 @@ You are all set! ### Run examples -PDL executes nightly runs for Run Examples, which searches for all the `.pdl` programs in the repo and runs the interpreter against each file. The [config file for Run Examples](../tests/test_examples_run.yaml) describes how to handle each file. There are four conditions: +PDL executes nightly runs for Run Examples, which searches for all the `.pdl` programs in the repo and runs the interpreter against each file. The [config file for Run Examples](https://github.com/IBM/prompt-declaration-language/blob/main/tests/test_examples_run.yaml) describes how to handle each file. There are four conditions: 1. `skip`: a list of PDL files that are skipped in Run Examples 2. `with_inputs`: PDL files that require user input. Each file name is mapped to two fields that describe how inputs are patched