From 71598ca07eec3715ab6c0fce9f89be1c1c3b0798 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Thu, 8 Feb 2024 04:51:33 -0500 Subject: various: replace dead links in comments Replace various dead links with live replacements or archives. Less friction for anyone who wants to look up these references. --- misc/rendezvous.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/rendezvous.c b/misc/rendezvous.c index 1fe5724dad..cb1cde6852 100644 --- a/misc/rendezvous.c +++ b/misc/rendezvous.c @@ -28,7 +28,7 @@ struct waiter { * of _all_ waiters in the process, and temporarily wakes up _all_ waiters on * each second call). * - * This is inspired by: http://9atom.org/magic/man2html/2/rendezvous */ + * This is inspired by: https://man.cat-v.org/plan_9/2/rendezvous */ intptr_t mp_rendezvous(void *tag, intptr_t value) { struct waiter wait = { .tag = tag, .value = &value }; -- cgit v1.2.3