From 5c0c33cecf2358ba8b072f4703ec5533b8cdb51f Mon Sep 17 00:00:00 2001 From: Michael Hatherly Date: Mon, 21 Oct 2024 09:16:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c39e6d1..b75032f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An alternative to the `@__DIR__` macro. Packages that wish to reference paths in their project directory run into issues with relocatability when used in conjunction with `PackageCompiler`, and [Precompile file relocatability in -Julia 1.11](precompile-reloc) and above. The `@path` macro provided by this +Julia 1.11][precompile-reloc] and above. The `@path` macro provided by this package overcomes this limitation. See [here][pkgcompiler] and [here][julia-issue] for further details.