diff options
author | EuAndreh <eu@euandre.org> | 2021-03-06 20:54:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-06 20:54:49 -0300 |
commit | 60ea3b95a000353a7522c8d4952484c40a12ce8b (patch) | |
tree | e48594dd37fa70930fbaf78ce1dbed41530d1587 /_articles | |
parent | Suppress rsync stderr from CI logs (diff) | |
download | euandre.org-60ea3b95a000353a7522c8d4952484c40a12ce8b.tar.gz euandre.org-60ea3b95a000353a7522c8d4952484c40a12ce8b.tar.xz |
Remove about/ suffix from Git repo links
Diffstat (limited to '_articles')
4 files changed, 4 insertions, 4 deletions
diff --git a/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md index 385cea2..2b6424d 100644 --- a/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md +++ b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md @@ -21,7 +21,7 @@ was able to quickly prototype a Rust and Cargo variation of it: The initial prototype is even smaller than swift2nix: it has only [37 lines of code][37-lines]. -[cargo2nix]: https://git.euandreh.xyz/cargo2nix/about/ +[cargo2nix]: https://git.euandreh.xyz/cargo2nix/ [37-lines]: https://git.euandreh.xyz/cargo2nix/tree/default.nix?id=472dde8898296c8b6cffcbd10b3b2c3ba195846d Here's how to use it (snippet taken from the repo's README): diff --git a/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md b/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md index bcacec6..3d17a39 100644 --- a/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md +++ b/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md @@ -56,7 +56,7 @@ I've worked on it just enough to make it usable for myself, so beware of unimplemented cases. Patches welcome. [nix]: https://nixos.org/ -[swift2nix]: https://git.euandreh.xyz/swift2nix/about/ +[swift2nix]: https://git.euandreh.xyz/swift2nix/ [actual-code]: https://git.euandreh.xyz/swift2nix/tree/default.nix?id=2af83ffe43fac631a8297ffaa8be3ff93b2b9e7c ## Design diff --git a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md index 8012105..4d88cb7 100644 --- a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md +++ b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md @@ -186,5 +186,5 @@ For my personal use, I've [packaged] `remembering` for GNU Guix and Nix. Packagi Patches welcome! -[packaged]: https://git.euandreh.xyz/package-repository/about/ +[packaged]: https://git.euandreh.xyz/package-repository/ [nix-file]: https://git.euandreh.xyz/dotfiles/tree/nixos/not-on-nixpkgs/remembering.nix?id=0831444f745cf908e940407c3e00a61f6152961f diff --git a/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md b/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md index 77dfa38..4879054 100644 --- a/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md +++ b/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md @@ -231,4 +231,4 @@ Packaging it to any other distribution should be trivial, or just downloading th Patches welcome! -[package]: https://git.euandreh.xyz/package-repository/about/ +[package]: https://git.euandreh.xyz/package-repository/ |