From 0b12fe0892517de4a1008c07821e8df7d907a920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Kl=C3=A4hn?= Date: Mon, 28 Oct 2024 13:13:58 +0100 Subject: [PATCH] Fix link in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc616fe..4afa63e 100644 --- a/README.md +++ b/README.md @@ -833,5 +833,7 @@ may incorporate unmodified parts of LLVM and/or clang through static linking. to be empty. The annotation system is implemented using the `annotate` attribute specifier, which is available as a GNU language extension via `__attribute__((...))`. As the annotation macros only have to be parsed by clang and are empty during normal compilation the annotated code can - still be compiled by any C++ compiler. See [genpybind.h](./genpybind.h) for the definition of + still be compiled by any C++ compiler. See [genpybind.h][genpybind.h] for the definition of the macros. + +[genpybind.h]: ./public/genpybind/genpybind.h