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

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


The following commit(s) were added to refs/heads/main by this push:
     new 645324af link to pekko samples (#57)
645324af is described below

commit 645324af775b79332c0e33b461d98efa259bd071
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Apr 21 21:17:44 2023 +0200

    link to pekko samples (#57)
    
    * link to pekko samples
    
    * Update cluster-sharding.md
---
 docs/src/main/paradox/cluster-sharding.md | 2 +-
 docs/src/main/paradox/home.md             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/src/main/paradox/cluster-sharding.md 
b/docs/src/main/paradox/cluster-sharding.md
index ec6e7faf..ddb3070b 100644
--- a/docs/src/main/paradox/cluster-sharding.md
+++ b/docs/src/main/paradox/cluster-sharding.md
@@ -35,7 +35,7 @@ There are two steps required to setup the cluster sharding 
module.
 
 @@@ note
 
-A complete example of using this module exists in an 
[`akka/akka-sample`](https://github.com/akka/akka-samples) project called 
[`akka-sample-kafka-sharding`](https://github.com/akka/akka-samples/tree/2.6/akka-sample-kafka-to-sharding-scala).
  
+A complete example of using this module exists in an 
[`apache/incubator-pekko-samples`](https://github.com/apache/incubator-pekko-samples)
 project called 
[`pekko-sample-kafka-to-sharding-scala`](https://github.com/apache/incubator-pekko-samples/tree/main/pekko-sample-kafka-to-sharding-scala).
  
 It's a self-contained example that can run on a developer's laptop.
 
 @@@
diff --git a/docs/src/main/paradox/home.md b/docs/src/main/paradox/home.md
index 213d9776..c7783d85 100644
--- a/docs/src/main/paradox/home.md
+++ b/docs/src/main/paradox/home.md
@@ -49,7 +49,7 @@ The table below shows Apache Pekko Connectors Kafka's direct 
dependencies and th
 
 @@dependencies { projectId="core" }
 
-* Apache Pekko Streams $pekko.version$ 
@extref[documentation](pekko:stream/index.html) and 
[sources](https://github.com/akka/akka)
+* Apache Pekko Streams $pekko.version$ 
@extref[documentation](pekko:stream/index.html) and 
[sources](https://github.com/apache/incubator-pekko)
 * Apache Kafka client $kafka.version$ 
@extref[documentation](kafka:/documentation#index) and 
[sources](https://github.com/apache/kafka)
 
 
@@ -63,7 +63,7 @@ that are producing or consuming messages to/from Kafka.
 
 ## Examples
 
-A few self-contained examples using Apache Pekko Connectors are available as 
[Apache Pekko Connectors Samples](https://akka.io/alpakka-samples/).
+A few self-contained examples using Apache Pekko Connectors are available as 
[Apache Pekko Connectors 
Samples](https://github.com/apache/incubator-pekko-connectors-samples/).
 
 To read and see how others use Apache Pekko Connectors, see the [Apache Pekko 
Connectors documentation's Webinars, Presentations and 
Articles](https://pekko.apache.org/docs/pekko-connectors-kafka/current/other-docs/webinars-presentations-articles.html)
 listing.
 


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

Reply via email to