From b1d066b5675ee21fcdbbf8763b10001011e67c2f Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 12 Jan 2024 12:24:35 +0100 Subject: [PATCH] Fix path. --- book/src/pil/expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/pil/expressions.md b/book/src/pil/expressions.md index 7462186f3..efec6a8dc 100644 --- a/book/src/pil/expressions.md +++ b/book/src/pil/expressions.md @@ -89,5 +89,5 @@ Arbitrary parentheses are allowed. The following example illustrates how you can still use the generic language: ``` -{{#include ../../../test_data/pil/generic_to_algebraic.pil}} +{{#include ../../../test_data/pil/book/generic_to_algebraic.pil}} ```