aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md2
-rw-r--r--_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md2
-rw-r--r--_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md2
-rw-r--r--_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md2
-rw-r--r--_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md2
-rw-r--r--_tils/2020-11-30-storing-ci-data-on-git-notes.md2
-rwxr-xr-xaux/workflow/README.sh2
-rw-r--r--locale/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po2
-rw-r--r--locale/eo/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po2
-rw-r--r--locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po6
-rw-r--r--locale/eo/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po6
-rw-r--r--locale/eo/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po2
-rw-r--r--locale/eo/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po2
-rw-r--r--locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po2
-rw-r--r--locale/eo/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po2
-rw-r--r--locale/eo/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po2
-rw-r--r--locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po2
-rw-r--r--locale/fr/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po2
-rw-r--r--locale/fr/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po6
-rw-r--r--locale/fr/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po6
-rw-r--r--locale/fr/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po2
-rw-r--r--locale/fr/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po2
-rw-r--r--locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po2
-rw-r--r--locale/fr/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po2
-rw-r--r--locale/fr/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po2
-rw-r--r--locale/pt/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po2
-rw-r--r--locale/pt/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po2
-rw-r--r--locale/pt/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po6
-rw-r--r--locale/pt/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po6
-rw-r--r--locale/pt/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po2
-rw-r--r--locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po2
-rw-r--r--locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po2
-rw-r--r--locale/pt/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po2
-rw-r--r--locale/pt/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po2
34 files changed, 46 insertions, 46 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/
diff --git a/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md b/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md
index 4eff86f..e7d20f1 100644
--- a/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md
+++ b/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md
@@ -31,7 +31,7 @@ transparently! You could even use your own [cgit][cgit] installation. No need to
be locked in by any of them, putting the "D" back in "DVCS": it's a
**distributed** version control system.
-[cgit]: https://git.zx2c4.com/cgit/about/
+[cgit]: https://git.zx2c4.com/cgit/
## `git request-pull` introduction
diff --git a/_tils/2020-11-30-storing-ci-data-on-git-notes.md b/_tils/2020-11-30-storing-ci-data-on-git-notes.md
index 9eeaa5f..95365ac 100644
--- a/_tils/2020-11-30-storing-ci-data-on-git-notes.md
+++ b/_tils/2020-11-30-storing-ci-data-on-git-notes.md
@@ -117,4 +117,4 @@ And like that you'll have cgit serving the artifacts for you:
[previous-article]: {% link _tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md %}
[git-notes]: https://git-scm.com/docs/git-notes
-[cgit]: https://git.zx2c4.com/cgit/about/
+[cgit]: https://git.zx2c4.com/cgit/
diff --git a/aux/workflow/README.sh b/aux/workflow/README.sh
index e30344f..aa5cbe6 100755
--- a/aux/workflow/README.sh
+++ b/aux/workflow/README.sh
@@ -24,7 +24,7 @@ cat <<EOF > "$LINKS"
# Links
- [home page](https://$PROJECT.euandreh.xyz)
-- [source code](https://git.euandreh.xyz/$PROJECT/about/)
+- [source code](https://git.euandreh.xyz/$PROJECT/)
- [bug tracking](https://$PROJECT.euandreh.xyz/TODOs.html)
- [mailing list](https://lists.sr.ht/~euandreh/$MAILING_LIST?search=%5B$PROJECT%5D)
- [CI logs](https://$PROJECT.euandreh.xyz/ci.html)
diff --git a/locale/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po b/locale/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po
index fee0e71..6f02fc6 100644
--- a/locale/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po
+++ b/locale/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po
@@ -6,7 +6,7 @@ msgid ""
"In the same vein of my earlier post on [swift2nix]({% link "
"_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md %}), I was "
"able to quickly prototype a Rust and Cargo variation of it: "
-"[cargo2nix](https://git.euandreh.xyz/cargo2nix/about/)."
+"[cargo2nix](https://git.euandreh.xyz/cargo2nix/)."
msgstr ""
msgid ""
diff --git a/locale/eo/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po b/locale/eo/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po
index 6d0b1a7..86c8389 100644
--- a/locale/eo/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po
+++ b/locale/eo/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po
@@ -12,7 +12,7 @@ msgstr ""
msgid ""
"I wrote a simple little tool called "
-"[swift2nix](https://git.euandreh.xyz/swift2nix/about/) that allows you trick"
+"[swift2nix](https://git.euandreh.xyz/swift2nix/) that allows you trick"
" Swift's package manager into assuming everything is set up. Here's the "
"example from swift2nix's README file:"
msgstr ""
diff --git a/locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po b/locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
index 7e1e473..0e0bc8c 100644
--- a/locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
+++ b/locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
@@ -381,7 +381,7 @@ msgstr ""
#~ msgid ""
#~ "I've started a fork of cbindgen: "
-#~ "[x-bindgen](https://git.euandreh.xyz/x-bindgen/about). Right now it is just "
+#~ "[x-bindgen](https://git.euandreh.xyz/x-bindgen/). Right now it is just "
#~ "a copy of cbindgen verbatim, and I plan to remove all C and C++ emitting "
#~ "code from it, and add a IR emitting code instead."
#~ msgstr ""
@@ -389,10 +389,10 @@ msgstr ""
#~ msgid ""
#~ "When starting working on x-bindgen, I realized I didn't know what to look "
#~ "for in a header file, as I haven't written any C code in many years. So as I"
-#~ " was writing [libedn](https://git.euandreh.xyz/libedn/about), I didn't know "
+#~ " was writing [libedn](https://git.euandreh.xyz/libedn/), I didn't know "
#~ "how to build a good C API to expose. So I tried porting the code to C, and "
#~ "right now I'm working on building a *good* C API for a JSON parser using "
-#~ "parser combinators: [ParsecC](https://git.euandreh.xyz/parsecc/about)."
+#~ "parser combinators: [ParsecC](https://git.euandreh.xyz/parsecc/)."
#~ msgstr ""
#~ msgid ""
diff --git a/locale/eo/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po b/locale/eo/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
index d3f1178..a7e3382 100644
--- a/locale/eo/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
+++ b/locale/eo/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
@@ -269,14 +269,14 @@ msgstr ""
msgid ""
"For my personal use, I've [packaged](https://git.euandreh.xyz/package-"
-"repository/about/) `remembering` for GNU Guix and Nix. Packaging it to any "
+"repository/) `remembering` for GNU Guix and Nix. Packaging it to any "
"other distribution should be trivial, or just downloading the tarball and "
"running `[sudo] make install`."
msgstr ""
#~ msgid ""
#~ "For my personal use, I've packaged `remembering` for [GNU "
-#~ "Guix](https://git.euandreh.xyz/euandreh-guix-channel/about/) and "
+#~ "Guix](https://git.euandreh.xyz/euandreh-guix-channel/) and "
#~ "[Nix](https://git.euandreh.xyz/dotfiles/tree/nixos/not-on-"
#~ "nixpkgs/remembering.nix?id=0831444f745cf908e940407c3e00a61f6152961f). "
#~ "Packaging it to any other distribution should be trivial, or just "
@@ -288,7 +288,7 @@ msgstr ""
#~ msgid ""
#~ "Today I pushed v0.1.0 of "
-#~ "[remembering](https://git.euandreh.xyz/remembering/about/), a tool to "
+#~ "[remembering](https://git.euandreh.xyz/remembering/), a tool to "
#~ "enhance the interactive usability of menu-like tools, such as "
#~ "[dmenu](https://tools.suckless.org/dmenu/) and "
#~ "[fzf](https://github.com/junegunn/fzf)."
diff --git a/locale/eo/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po b/locale/eo/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
index 2c9a7eb..3587761 100644
--- a/locale/eo/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
+++ b/locale/eo/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
@@ -288,7 +288,7 @@ msgstr ""
msgid ""
"For my personal use, I'll [package](https://git.euandreh.xyz/package-"
-"repository/about/) them for GNU Guix and Nix. Packaging it to any other "
+"repository/) them for GNU Guix and Nix. Packaging it to any other "
"distribution should be trivial, or just downloading the tarball and running "
"`[sudo] make install`."
msgstr ""
diff --git a/locale/eo/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po b/locale/eo/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
index 3dc4a7d..442e6d0 100644
--- a/locale/eo/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
+++ b/locale/eo/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
@@ -335,7 +335,7 @@ msgstr ""
msgid ""
"For my personal use, I'll [package](https://git.euandreh.xyz/package-"
-"repository/about/) them for GNU Guix and Nix. Packaging it to any other "
+"repository/) them for GNU Guix and Nix. Packaging it to any other "
"distribution should be trivial, or just downloading the tarball and running "
"`[sudo] make install`."
msgstr ""
diff --git a/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
index 7c5a9bf..badc41e 100644
--- a/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
+++ b/locale/eo/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
@@ -59,7 +59,7 @@ msgstr ""
msgid ""
"This screencast is a simple demo of automating the installation of Alpine "
"Linux 3.12.3 standard x86_64 with "
-"[AutoQEMU](https://git.euandreh.xyz/autoqemu/about), which is nothing more "
+"[AutoQEMU](https://git.euandreh.xyz/autoqemu/), which is nothing more "
"than POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
"Makefiles glued together."
msgstr ""
diff --git a/locale/eo/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po b/locale/eo/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po
index 1610fcb..182061b 100644
--- a/locale/eo/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po
+++ b/locale/eo/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po
@@ -25,7 +25,7 @@ msgid ""
"The only difference is that you're working with only Git itself, so you're "
"not tied to any Git hosting provider: you can send pull requests across them"
" transparently! You could even use your own "
-"[cgit](https://git.zx2c4.com/cgit/about/) installation. No need to be locked"
+"[cgit](https://git.zx2c4.com/cgit/) installation. No need to be locked"
" in by any of them, putting the \"D\" back in \"DVCS\": it's a "
"**distributed** version control system."
msgstr ""
diff --git a/locale/eo/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po b/locale/eo/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po
index 88c30b0..6229434 100644
--- a/locale/eo/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po
+++ b/locale/eo/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po
@@ -142,7 +142,7 @@ msgstr ""
msgid ""
"[previous-article]: {% link _tils/2020-11-12-diy-bare-bones-ci-server-with-"
"bash-and-nix.md %} [git-notes]: https://git-scm.com/docs/git-notes [cgit]: "
-"https://git.zx2c4.com/cgit/about/"
+"https://git.zx2c4.com/cgit/"
msgstr ""
msgid "eu_categories: git,ci"
diff --git a/locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po b/locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po
index fee0e71..6f02fc6 100644
--- a/locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po
+++ b/locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po
@@ -6,7 +6,7 @@ msgid ""
"In the same vein of my earlier post on [swift2nix]({% link "
"_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md %}), I was "
"able to quickly prototype a Rust and Cargo variation of it: "
-"[cargo2nix](https://git.euandreh.xyz/cargo2nix/about/)."
+"[cargo2nix](https://git.euandreh.xyz/cargo2nix/)."
msgstr ""
msgid ""
diff --git a/locale/fr/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po b/locale/fr/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po
index 6d0b1a7..86c8389 100644
--- a/locale/fr/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po
+++ b/locale/fr/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po
@@ -12,7 +12,7 @@ msgstr ""
msgid ""
"I wrote a simple little tool called "
-"[swift2nix](https://git.euandreh.xyz/swift2nix/about/) that allows you trick"
+"[swift2nix](https://git.euandreh.xyz/swift2nix/) that allows you trick"
" Swift's package manager into assuming everything is set up. Here's the "
"example from swift2nix's README file:"
msgstr ""
diff --git a/locale/fr/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po b/locale/fr/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
index 7e1e473..0e0bc8c 100644
--- a/locale/fr/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
+++ b/locale/fr/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
@@ -381,7 +381,7 @@ msgstr ""
#~ msgid ""
#~ "I've started a fork of cbindgen: "
-#~ "[x-bindgen](https://git.euandreh.xyz/x-bindgen/about). Right now it is just "
+#~ "[x-bindgen](https://git.euandreh.xyz/x-bindgen/). Right now it is just "
#~ "a copy of cbindgen verbatim, and I plan to remove all C and C++ emitting "
#~ "code from it, and add a IR emitting code instead."
#~ msgstr ""
@@ -389,10 +389,10 @@ msgstr ""
#~ msgid ""
#~ "When starting working on x-bindgen, I realized I didn't know what to look "
#~ "for in a header file, as I haven't written any C code in many years. So as I"
-#~ " was writing [libedn](https://git.euandreh.xyz/libedn/about), I didn't know "
+#~ " was writing [libedn](https://git.euandreh.xyz/libedn/), I didn't know "
#~ "how to build a good C API to expose. So I tried porting the code to C, and "
#~ "right now I'm working on building a *good* C API for a JSON parser using "
-#~ "parser combinators: [ParsecC](https://git.euandreh.xyz/parsecc/about)."
+#~ "parser combinators: [ParsecC](https://git.euandreh.xyz/parsecc/)."
#~ msgstr ""
#~ msgid ""
diff --git a/locale/fr/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po b/locale/fr/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
index d3f1178..a7e3382 100644
--- a/locale/fr/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
+++ b/locale/fr/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
@@ -269,14 +269,14 @@ msgstr ""
msgid ""
"For my personal use, I've [packaged](https://git.euandreh.xyz/package-"
-"repository/about/) `remembering` for GNU Guix and Nix. Packaging it to any "
+"repository/) `remembering` for GNU Guix and Nix. Packaging it to any "
"other distribution should be trivial, or just downloading the tarball and "
"running `[sudo] make install`."
msgstr ""
#~ msgid ""
#~ "For my personal use, I've packaged `remembering` for [GNU "
-#~ "Guix](https://git.euandreh.xyz/euandreh-guix-channel/about/) and "
+#~ "Guix](https://git.euandreh.xyz/euandreh-guix-channel/) and "
#~ "[Nix](https://git.euandreh.xyz/dotfiles/tree/nixos/not-on-"
#~ "nixpkgs/remembering.nix?id=0831444f745cf908e940407c3e00a61f6152961f). "
#~ "Packaging it to any other distribution should be trivial, or just "
@@ -288,7 +288,7 @@ msgstr ""
#~ msgid ""
#~ "Today I pushed v0.1.0 of "
-#~ "[remembering](https://git.euandreh.xyz/remembering/about/), a tool to "
+#~ "[remembering](https://git.euandreh.xyz/remembering/), a tool to "
#~ "enhance the interactive usability of menu-like tools, such as "
#~ "[dmenu](https://tools.suckless.org/dmenu/) and "
#~ "[fzf](https://github.com/junegunn/fzf)."
diff --git a/locale/fr/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po b/locale/fr/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
index 2c9a7eb..3587761 100644
--- a/locale/fr/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
+++ b/locale/fr/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
@@ -288,7 +288,7 @@ msgstr ""
msgid ""
"For my personal use, I'll [package](https://git.euandreh.xyz/package-"
-"repository/about/) them for GNU Guix and Nix. Packaging it to any other "
+"repository/) them for GNU Guix and Nix. Packaging it to any other "
"distribution should be trivial, or just downloading the tarball and running "
"`[sudo] make install`."
msgstr ""
diff --git a/locale/fr/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po b/locale/fr/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
index 3dc4a7d..442e6d0 100644
--- a/locale/fr/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
+++ b/locale/fr/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
@@ -335,7 +335,7 @@ msgstr ""
msgid ""
"For my personal use, I'll [package](https://git.euandreh.xyz/package-"
-"repository/about/) them for GNU Guix and Nix. Packaging it to any other "
+"repository/) them for GNU Guix and Nix. Packaging it to any other "
"distribution should be trivial, or just downloading the tarball and running "
"`[sudo] make install`."
msgstr ""
diff --git a/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
index 7c5a9bf..badc41e 100644
--- a/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
+++ b/locale/fr/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
@@ -59,7 +59,7 @@ msgstr ""
msgid ""
"This screencast is a simple demo of automating the installation of Alpine "
"Linux 3.12.3 standard x86_64 with "
-"[AutoQEMU](https://git.euandreh.xyz/autoqemu/about), which is nothing more "
+"[AutoQEMU](https://git.euandreh.xyz/autoqemu/), which is nothing more "
"than POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
"Makefiles glued together."
msgstr ""
diff --git a/locale/fr/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po b/locale/fr/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po
index 1610fcb..182061b 100644
--- a/locale/fr/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po
+++ b/locale/fr/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po
@@ -25,7 +25,7 @@ msgid ""
"The only difference is that you're working with only Git itself, so you're "
"not tied to any Git hosting provider: you can send pull requests across them"
" transparently! You could even use your own "
-"[cgit](https://git.zx2c4.com/cgit/about/) installation. No need to be locked"
+"[cgit](https://git.zx2c4.com/cgit/) installation. No need to be locked"
" in by any of them, putting the \"D\" back in \"DVCS\": it's a "
"**distributed** version control system."
msgstr ""
diff --git a/locale/fr/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po b/locale/fr/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po
index 88c30b0..6229434 100644
--- a/locale/fr/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po
+++ b/locale/fr/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po
@@ -142,7 +142,7 @@ msgstr ""
msgid ""
"[previous-article]: {% link _tils/2020-11-12-diy-bare-bones-ci-server-with-"
"bash-and-nix.md %} [git-notes]: https://git-scm.com/docs/git-notes [cgit]: "
-"https://git.zx2c4.com/cgit/about/"
+"https://git.zx2c4.com/cgit/"
msgstr ""
msgid "eu_categories: git,ci"
diff --git a/locale/pt/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po b/locale/pt/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po
index fee0e71..6f02fc6 100644
--- a/locale/pt/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po
+++ b/locale/pt/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po
@@ -6,7 +6,7 @@ msgid ""
"In the same vein of my earlier post on [swift2nix]({% link "
"_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md %}), I was "
"able to quickly prototype a Rust and Cargo variation of it: "
-"[cargo2nix](https://git.euandreh.xyz/cargo2nix/about/)."
+"[cargo2nix](https://git.euandreh.xyz/cargo2nix/)."
msgstr ""
msgid ""
diff --git a/locale/pt/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po b/locale/pt/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po
index 6d0b1a7..86c8389 100644
--- a/locale/pt/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po
+++ b/locale/pt/LC_MESSAGES/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.po
@@ -12,7 +12,7 @@ msgstr ""
msgid ""
"I wrote a simple little tool called "
-"[swift2nix](https://git.euandreh.xyz/swift2nix/about/) that allows you trick"
+"[swift2nix](https://git.euandreh.xyz/swift2nix/) that allows you trick"
" Swift's package manager into assuming everything is set up. Here's the "
"example from swift2nix's README file:"
msgstr ""
diff --git a/locale/pt/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po b/locale/pt/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
index 7e1e473..0e0bc8c 100644
--- a/locale/pt/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
+++ b/locale/pt/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
@@ -381,7 +381,7 @@ msgstr ""
#~ msgid ""
#~ "I've started a fork of cbindgen: "
-#~ "[x-bindgen](https://git.euandreh.xyz/x-bindgen/about). Right now it is just "
+#~ "[x-bindgen](https://git.euandreh.xyz/x-bindgen/). Right now it is just "
#~ "a copy of cbindgen verbatim, and I plan to remove all C and C++ emitting "
#~ "code from it, and add a IR emitting code instead."
#~ msgstr ""
@@ -389,10 +389,10 @@ msgstr ""
#~ msgid ""
#~ "When starting working on x-bindgen, I realized I didn't know what to look "
#~ "for in a header file, as I haven't written any C code in many years. So as I"
-#~ " was writing [libedn](https://git.euandreh.xyz/libedn/about), I didn't know "
+#~ " was writing [libedn](https://git.euandreh.xyz/libedn/), I didn't know "
#~ "how to build a good C API to expose. So I tried porting the code to C, and "
#~ "right now I'm working on building a *good* C API for a JSON parser using "
-#~ "parser combinators: [ParsecC](https://git.euandreh.xyz/parsecc/about)."
+#~ "parser combinators: [ParsecC](https://git.euandreh.xyz/parsecc/)."
#~ msgstr ""
#~ msgid ""
diff --git a/locale/pt/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po b/locale/pt/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
index d3f1178..a7e3382 100644
--- a/locale/pt/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
+++ b/locale/pt/LC_MESSAGES/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.po
@@ -269,14 +269,14 @@ msgstr ""
msgid ""
"For my personal use, I've [packaged](https://git.euandreh.xyz/package-"
-"repository/about/) `remembering` for GNU Guix and Nix. Packaging it to any "
+"repository/) `remembering` for GNU Guix and Nix. Packaging it to any "
"other distribution should be trivial, or just downloading the tarball and "
"running `[sudo] make install`."
msgstr ""
#~ msgid ""
#~ "For my personal use, I've packaged `remembering` for [GNU "
-#~ "Guix](https://git.euandreh.xyz/euandreh-guix-channel/about/) and "
+#~ "Guix](https://git.euandreh.xyz/euandreh-guix-channel/) and "
#~ "[Nix](https://git.euandreh.xyz/dotfiles/tree/nixos/not-on-"
#~ "nixpkgs/remembering.nix?id=0831444f745cf908e940407c3e00a61f6152961f). "
#~ "Packaging it to any other distribution should be trivial, or just "
@@ -288,7 +288,7 @@ msgstr ""
#~ msgid ""
#~ "Today I pushed v0.1.0 of "
-#~ "[remembering](https://git.euandreh.xyz/remembering/about/), a tool to "
+#~ "[remembering](https://git.euandreh.xyz/remembering/), a tool to "
#~ "enhance the interactive usability of menu-like tools, such as "
#~ "[dmenu](https://tools.suckless.org/dmenu/) and "
#~ "[fzf](https://github.com/junegunn/fzf)."
diff --git a/locale/pt/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po b/locale/pt/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
index 2c9a7eb..3587761 100644
--- a/locale/pt/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
+++ b/locale/pt/LC_MESSAGES/_articles/2021-02-16-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
@@ -288,7 +288,7 @@ msgstr ""
msgid ""
"For my personal use, I'll [package](https://git.euandreh.xyz/package-"
-"repository/about/) them for GNU Guix and Nix. Packaging it to any other "
+"repository/) them for GNU Guix and Nix. Packaging it to any other "
"distribution should be trivial, or just downloading the tarball and running "
"`[sudo] make install`."
msgstr ""
diff --git a/locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po b/locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
index 3dc4a7d..442e6d0 100644
--- a/locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
+++ b/locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po
@@ -335,7 +335,7 @@ msgstr ""
msgid ""
"For my personal use, I'll [package](https://git.euandreh.xyz/package-"
-"repository/about/) them for GNU Guix and Nix. Packaging it to any other "
+"repository/) them for GNU Guix and Nix. Packaging it to any other "
"distribution should be trivial, or just downloading the tarball and running "
"`[sudo] make install`."
msgstr ""
diff --git a/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
index 7c5a9bf..badc41e 100644
--- a/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
+++ b/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po
@@ -59,7 +59,7 @@ msgstr ""
msgid ""
"This screencast is a simple demo of automating the installation of Alpine "
"Linux 3.12.3 standard x86_64 with "
-"[AutoQEMU](https://git.euandreh.xyz/autoqemu/about), which is nothing more "
+"[AutoQEMU](https://git.euandreh.xyz/autoqemu/), which is nothing more "
"than POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and "
"Makefiles glued together."
msgstr ""
diff --git a/locale/pt/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po b/locale/pt/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po
index 1610fcb..182061b 100644
--- a/locale/pt/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po
+++ b/locale/pt/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po
@@ -25,7 +25,7 @@ msgid ""
"The only difference is that you're working with only Git itself, so you're "
"not tied to any Git hosting provider: you can send pull requests across them"
" transparently! You could even use your own "
-"[cgit](https://git.zx2c4.com/cgit/about/) installation. No need to be locked"
+"[cgit](https://git.zx2c4.com/cgit/) installation. No need to be locked"
" in by any of them, putting the \"D\" back in \"DVCS\": it's a "
"**distributed** version control system."
msgstr ""
diff --git a/locale/pt/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po b/locale/pt/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po
index 88c30b0..6229434 100644
--- a/locale/pt/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po
+++ b/locale/pt/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po
@@ -142,7 +142,7 @@ msgstr ""
msgid ""
"[previous-article]: {% link _tils/2020-11-12-diy-bare-bones-ci-server-with-"
"bash-and-nix.md %} [git-notes]: https://git-scm.com/docs/git-notes [cgit]: "
-"https://git.zx2c4.com/cgit/about/"
+"https://git.zx2c4.com/cgit/"
msgstr ""
msgid "eu_categories: git,ci"