From 99e402f13399bd32a4da9656e95fc79cf50554d0 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 15 Jun 2021 13:15:02 -0700 Subject: [PATCH] Clean up some relative urls again --- content/posts/git-workflow-1.md | 2 +- content/posts/website-best-practices.md | 2 +- content/posts/whatsapp-and-the-domestication-of-users.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/git-workflow-1.md b/content/posts/git-workflow-1.md index 5b72946..c4155ce 100644 --- a/content/posts/git-workflow-1.md +++ b/content/posts/git-workflow-1.md @@ -9,7 +9,7 @@ tags: - foss title: "Resilient Git, Part 1: Hydra Hosting" --- -This is Part 1 of a series called [Resilient Git](../../../2020/11/17/git-workflow-0.html). +This is Part 1 of a series called [Resilient Git](/2020/11/17/git-workflow-0.html). The most important part of a project is its code. Resilient projects should have their code in multiple places of equal weight so that work continues normally if a single remote goes down. diff --git a/content/posts/website-best-practices.md b/content/posts/website-best-practices.md index ad513f5..159664e 100644 --- a/content/posts/website-best-practices.md +++ b/content/posts/website-best-practices.md @@ -200,7 +200,7 @@ These tests start out pretty reasonable, but gradually get more insane as you go 8. Test on something ridiculous: try your old e-reader's embedded browser, combine an HTML-to-EPUB converter and an EPUB-to-PDF converter, or stack multiple article-extraction utilities on top of each other. Be creative and enjoy breaking your site. When something breaks, examine the breakage and see if you can fix it by simplifying your page. 9. Build a time machine. Travel decades--or perhaps centuries--into the future. Keep going forward until the WWW is breathing its last breath. Test your site on future browsers. Figuring out how to transfer your files onto their computers might take some time, but you have a time machine so that shouldn't be too hard. When you finish, go back in time to [meet Benjamin Franklin](https://xkcd.com/567/). -I'm still on step 7, trying to find new ways to break this page. If you come up with a new test, please [share it](mailto:~seirdy/seirdy.one-comments@lists.sr.ht). +I'm still on step 8, trying to find new ways to break this page. If you come up with a new test, please [share it](mailto:~seirdy/seirdy.one-comments@lists.sr.ht). Other places to check out ------------------------- diff --git a/content/posts/whatsapp-and-the-domestication-of-users.md b/content/posts/whatsapp-and-the-domestication-of-users.md index 189eed8..2f0b677 100644 --- a/content/posts/whatsapp-and-the-domestication-of-users.md +++ b/content/posts/whatsapp-and-the-domestication-of-users.md @@ -159,7 +159,7 @@ I initially decided to expand it to its current form for personal reasons. Nowad This article builds on prior writing by the Free Software Foundation, GNU Project, and Richard Stallman. Thanks to [Barna Zsombor](http://bzsombor.web.elte.hu/) for giving good feedback over IRC. -Since 2900 words wasn't quite enough, I wrote a follow-up: [Keeping platforms open](../../../2021/02/23/keeping-platforms-open.html). Check it out if you found this article interesting. +Since 2900 words wasn't quite enough, I wrote a follow-up: [Keeping platforms open](/2021/02/23/keeping-platforms-open.html). Check it out if you found this article interesting. Translations ------------