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/2021-12-02-toying-with-virtio.md | 10 +++++----- content/2022-05-30-cmake-cargo-example.md | 8 ++++---- content/2022-07-07-llvm-orc-jit.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'content') diff --git a/content/2021-12-02-toying-with-virtio.md b/content/2021-12-02-toying-with-virtio.md index 7aab8b6..c2ff031 100644 --- a/content/2021-12-02-toying-with-virtio.md +++ b/content/2021-12-02-toying-with-virtio.md @@ -359,11 +359,11 @@ respectively. [H]: make run ``` -[build-initramfs]: https://git.memzero.de/johannst/blog/src/branch/main/content/2021-12-02-toying-with-virtio/build_initramfs.sh -[build-kernel]: https://git.memzero.de/johannst/blog/src/branch/main/content/2021-12-02-toying-with-virtio/build_kernel.sh -[build-ext2]: https://git.memzero.de/johannst/blog/src/branch/main/content/2021-12-02-toying-with-virtio/build_ext2.sh -[makefile]: https://git.memzero.de/johannst/blog/src/branch/main/content/2021-12-02-toying-with-virtio/Makefile -[dockerfile]: https://git.memzero.de/johannst/blog/src/branch/main/content/2021-12-02-toying-with-virtio/Dockerfile +[build-initramfs]: https://git.memzero.de/blog/tree/content/2021-12-02-toying-with-virtio/build_initramfs.sh?h=main +[build-kernel]: https://git.memzero.de/blog/tree/content/2021-12-02-toying-with-virtio/build_kernel.sh?h=main +[build-ext2]: https://git.memzero.de/blog/tree/content/2021-12-02-toying-with-virtio/build_ext2.sh?h=main +[makefile]: https://git.memzero.de/blog/tree/content/2021-12-02-toying-with-virtio/Makefile?h=main +[dockerfile]: https://git.memzero.de/blog/tree/content/2021-12-02-toying-with-virtio/Dockerfile?h=main [initramfs]: https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt [virtio]: http://docs.oasis-open.org/virtio/virtio/v1.1/virtio-v1.1.pdf [qemu-nic-opts]: https://www.qemu.org/docs/master/system/invocation.html#hxtool-5 diff --git a/content/2022-05-30-cmake-cargo-example.md b/content/2022-05-30-cmake-cargo-example.md index f6ebd0a..6b7d71f 100644 --- a/content/2022-05-30-cmake-cargo-example.md +++ b/content/2022-05-30-cmake-cargo-example.md @@ -59,10 +59,10 @@ executable. {{ include(path="content/2022-05-30-cmake-cargo-example/Makefile") }} ``` -[post-src]: https://git.memzero.de/johannst/blog/src/branch/main/content/2022-05-30-cmake-cargo-example -[cargo-toml]: https://git.memzero.de/johannst/blog/src/branch/main/content/2022-05-30-cmake-cargo-example/libcalc/Cargo.toml -[build-rs]: https://git.memzero.de/johannst/blog/src/branch/main/content/2022-05-30-cmake-cargo-example/libcalc/build.rs -[make]: https://git.memzero.de/johannst/blog/src/branch/main/content/2022-05-30-cmake-cargo-example/Makefile +[post-src]: https://git.memzero.de/blog/tree/content/2022-05-30-cmake-cargo-example?h=main +[cargo-toml]: https://git.memzero.de/blog/tree/content/2022-05-30-cmake-cargo-example/libcalc/Cargo.toml?h=main +[build-rs]: https://git.memzero.de/blog/tree/content/2022-05-30-cmake-cargo-example/libcalc/build.rs?h=main +[make]: https://git.memzero.de/blog/tree//content/2022-05-30-cmake-cargo-example/Makefile?h=main [cbindgen]:https://lib.rs/crates/cbindgen [cmake-add_sub]: https://cmake.org/cmake/help/latest/command/add_subdirectory.html?highlight=add_subdirectory [cmake-ext_prj]: https://cmake.org/cmake/help/latest/module/ExternalProject.html 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