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