From a512e7899c9306d9bbbaae12f34a86c0b9a3cdcc Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 16 Feb 2026 08:53:11 +0100 Subject: [PATCH] docs: replace ACM link with authors' site While ACM seems to be one of the less-awful publishers, still nice to link to the 'actual source'. And is fixes the link checker as ACM seems to 403 when accessed from it. --- docs/src/main/paradox/general/remoting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/general/remoting.md b/docs/src/main/paradox/general/remoting.md index 43cc6cc8f11..5392462d878 100644 --- a/docs/src/main/paradox/general/remoting.md +++ b/docs/src/main/paradox/general/remoting.md @@ -13,7 +13,7 @@ asynchronous. This effort has been undertaken to ensure that all functions are available equally when running within a single JVM or on a cluster of hundreds of machines. The key for enabling this is to go from remote to local by way of optimization instead of trying to go from local to remote by way of -generalization. See [this classic paper](https://dl.acm.org/doi/pdf/10.5555/974938) +generalization. See [this classic paper](https://waldo.scholars.harvard.edu/publications/note-distributed-computing) for a detailed discussion on why the second approach is bound to fail. ## Ways in which Transparency is Broken