summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-02-08 04:51:33 -0500
committerDudemanguy <random342@airmail.cc>2024-02-11 04:01:24 +0000
commit71598ca07eec3715ab6c0fce9f89be1c1c3b0798 (patch)
tree6a0513711e026f06f13a2e20937c9ee559194286 /misc
parent86e088273323499a9a3fc6b49149ee585f13e217 (diff)
downloadmpv-71598ca07eec3715ab6c0fce9f89be1c1c3b0798.tar.bz2
mpv-71598ca07eec3715ab6c0fce9f89be1c1c3b0798.tar.xz
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.
Diffstat (limited to 'misc')
-rw-r--r--misc/rendezvous.c2
1 files changed, 1 insertions, 1 deletions
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 };