diff options
author | EuAndreh <eu@euandre.org> | 2021-10-11 10:37:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-10-11 10:40:34 -0300 |
commit | eaece88913d73661960a055a5c10bdeaa6a19f99 (patch) | |
tree | 3f4c078e225c99766cfb963f825fa5956ac0ee4f /_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md | |
parent | styles.css: Simplify margin, remove "optimizeLegibility" (diff) | |
download | euandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.gz euandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.xz |
Update link to Git repositories
Diffstat (limited to '')
-rw-r--r-- | _articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 12f3cd1..be1e7da 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 @@ -40,7 +40,7 @@ Sticking to POSIX sh makes it require less build-time dependencies. There aren't The good thing is that the program itself is small enough ([119 lines][119-lines] on v0.1.0) that POSIX sh does the job just fine, combined with other POSIX utilities such as [getopts][getopts], [sort][sort] and [awk][awk]. -[119-lines]: https://git.euandreh.xyz/remembering/tree/remembering?id=v0.1.0 +[119-lines]: https://euandreh.xyz/remembering.git/tree/remembering?id=v0.1.0 [getopts]: http://www.opengroup.org/onlinepubs/9699919799/utilities/getopts.html [sort]: http://www.opengroup.org/onlinepubs/9699919799/utilities/sort.html [awk]: http://www.opengroup.org/onlinepubs/9699919799/utilities/awk.html @@ -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/ -[nix-file]: https://git.euandreh.xyz/dotfiles/tree/nixos/not-on-nixpkgs/remembering.nix?id=0831444f745cf908e940407c3e00a61f6152961f +[packaged]: https://euandreh.xyz/package-repository.git/ +[nix-file]: https://euandreh.xyz/dotfiles.git/tree/nixos/not-on-nixpkgs/remembering.nix?id=0831444f745cf908e940407c3e00a61f6152961f |