about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--blog/advent.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/blog/advent.md b/blog/advent.md
index a141c74..8eceb82 100644
--- a/blog/advent.md
+++ b/blog/advent.md
@@ -185,10 +185,10 @@ also give it a try, who knows, it could be much [gay]er than you'd expect!
 
 [p01]: https://adventofcode.com/2022/day/1
 [s01]: https://git.sr.ht/~cnx/cp/commit/ff0bb53c15dd
-[sed]: https://www.unix.com/man-page/posix/1p/sed
+[sed]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html
 [dc]: https://linux.die.net/man/1/dc
-[sort]: https://www.unix.com/man-page/posix/1p/sort
-[tail]: https://www.unix.com/man-page/posix/1p/tail
+[sort]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sort.html
+[tail]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tail.html
 [grade an assignment]: https://larkspur.one/notice/AQALVP69wAiotsVmgC
 
 [p02]: https://adventofcode.com/2022/day/2