From 2f6ebc372c392069c378f7826cd5d85d51bb7b52 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 17 Dec 2022 22:51:02 +0100 Subject: fix external links to private git repo --- content/2022-07-07-llvm-orc-jit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/2022-07-07-llvm-orc-jit.md') diff --git a/content/2022-07-07-llvm-orc-jit.md b/content/2022-07-07-llvm-orc-jit.md index 3ed8885..6868518 100644 --- a/content/2022-07-07-llvm-orc-jit.md +++ b/content/2022-07-07-llvm-orc-jit.md @@ -35,7 +35,7 @@ The sources are available under [llvm-orc-jit][post-src]. ```make {{ include(path="content/2022-07-07-llvm-orc-jit/Makefile") }} ``` -[post-src]: https://git.memzero.de/johannst/blog/src/branch/main/content/2022-07-07-llvm-orc-jit +[post-src]: https://git.memzero.de/blog/tree/content/2022-07-07-llvm-orc-jit?h=main [src-clang]: https://github.com/llvm/llvm-project/tree/main/clang [blog-clang-in-memory]: https://blog.audio-tk.com/2018/09/18/compiling-c-code-in-memory-with-clang/ [llvm-jit-tut]: https://www.llvm.org/docs/tutorial/BuildingAJIT1.html -- cgit v1.2.3