From fbe9af719b856d53578d60085e3abdbe87c35beb Mon Sep 17 00:00:00 2001 From: Henry Till Date: Fri, 8 Nov 2024 12:33:43 -0800 Subject: [PATCH] README: fix link to preprocessing spec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78b6248..1a15c8e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ In order to use _import_, require the package `ppx_import`. #### Using `ppx_import` from Dune -To use `ppx_import` from Dune you should use the [`staged_pps`](https://dune.readthedocs.io/en/latest/dune-files.html#preprocessing-specification) field to declare the preprocessing specification. Example: +To use `ppx_import` from Dune you should use the [`staged_pps`](https://dune.readthedocs.io/en/latest/reference/preprocessing-spec.html) field to declare the preprocessing specification. Example: ``` (library