Skip to content

Commit 536de1c

Browse files
authored
Merge pull request #98 from henrytill/fix-broken-link
README: fix link to preprocessing spec
2 parents 70c3120 + fbe9af7 commit 536de1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In order to use _import_, require the package `ppx_import`.
1919

2020
#### Using `ppx_import` from Dune
2121

22-
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:
22+
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:
2323

2424
```
2525
(library

0 commit comments

Comments
 (0)