Skip to content

Commit

Permalink
Merge pull request #98 from henrytill/fix-broken-link
Browse files Browse the repository at this point in the history
README: fix link to preprocessing spec
  • Loading branch information
ejgallego authored Nov 12, 2024
2 parents 70c3120 + fbe9af7 commit 536de1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 536de1c

Please sign in to comment.