aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/2022-05-30-cmake-cargo-example.md
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2022-12-17 22:51:02 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2022-12-17 22:51:02 +0100
commit2f6ebc372c392069c378f7826cd5d85d51bb7b52 (patch)
tree9fa8e4cc15ca653ddc7f6c62b83e83b47d0a7f89 /content/2022-05-30-cmake-cargo-example.md
parente2a5d4c97e9eae9c13626196ddeb051064c6cc6f (diff)
downloadblog-2f6ebc372c392069c378f7826cd5d85d51bb7b52.tar.gz
blog-2f6ebc372c392069c378f7826cd5d85d51bb7b52.zip
fix external links to private git repo
Diffstat (limited to 'content/2022-05-30-cmake-cargo-example.md')
-rw-r--r--content/2022-05-30-cmake-cargo-example.md8
1 files changed, 4 insertions, 4 deletions
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