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

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new 1db5a79e Remove references to lagom in docs
1db5a79e is described below

commit 1db5a79e2188f2072e93a834333432dbd87f543c
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Sep 18 12:31:08 2023 +0200

    Remove references to lagom in docs
---
 docs/src/main/paradox/kubernetes-lease.md | 4 ++--
 docs/src/main/paradox/pekko-management.md | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/src/main/paradox/kubernetes-lease.md 
b/docs/src/main/paradox/kubernetes-lease.md
index 121532ac..6e9aa011 100644
--- a/docs/src/main/paradox/kubernetes-lease.md
+++ b/docs/src/main/paradox/kubernetes-lease.md
@@ -24,8 +24,8 @@ and its backing `etcd` cluster can also be subject to failure 
and network issues
 ### Lease Instances
 
 * With @extref[Split Brain Resolver](pekko:split-brain-resolver.html#lease) 
there will be one lease per Pekko Cluster
-* With multiple Pekko Clusters using SBRs in the same namespace, e.g. multiple 
Lagom 
-applications, you must ensure different `ActorSystem` names because they all 
need a separate lease. 
+* With multiple Pekko Clusters using SBRs in the same namespace you must ensure
+different `ActorSystem` names because they all need a separate lease. 
 * With Cluster Sharding and Cluster Singleton there will be more leases 
     - For @extref:[Cluster 
Singleton](pekko:typed/cluster-singleton.html#lease) there will be one per 
singleton.
     - For @extref:[Cluster Sharding](pekko:typed/cluster-sharding.html#lease), 
there will be one per shard per type.
diff --git a/docs/src/main/paradox/pekko-management.md 
b/docs/src/main/paradox/pekko-management.md
index a836fcfd..2f6a5deb 100644
--- a/docs/src/main/paradox/pekko-management.md
+++ b/docs/src/main/paradox/pekko-management.md
@@ -53,8 +53,6 @@ This allows users to prepare anything further before exposing 
routes for
 the bootstrap joining process and other purposes.
 
 Remember to call `stop` method preferably in @extref:[Coordinated 
Shutdown](pekko:coordinated-shutdown.html).
-See [the Lagom 
example](https://github.com/lagom/lagom/blob/50ecfbf2e0d51fe24fdf6ad71157e1dff97106b9/akka-management/core/src/main/scala/com/lightbend/lagom/internal/akka/management/AkkaManagementTrigger.scala#L73).
-
 
 ## Basic Configuration
 


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

Reply via email to