This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 43483148c9 docs: replace ACM link with authors' site (#2666)
43483148c9 is described below

commit 43483148c990eabc3c6e7deec7aca907301c6c3a
Author: Arnout Engelen <[email protected]>
AuthorDate: Sat Feb 21 14:39:49 2026 +0100

    docs: replace ACM link with authors' site (#2666)
    
    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 43cc6cc8f1..5392462d87 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to