You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/02/05 09:49:47 UTC

[incubator-pekko-connectors-kafka] 01/01: fix some links in README

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

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

commit 166994ba4afe5772c62b179bbaaa7f59cbe80a96
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Feb 5 10:49:40 2023 +0100

    fix some links in README
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 6b50c2af..1023c2b1 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 Apache Pekko Kafka Connector [![scaladex-badge][]][scaladex] [![maven-central-badge][]][maven-central] [![gh-actions-badge][]][gh-actions]
 =============
 
-[scaladex]:            https://index.scala-lang.org/apache/pekko-connector-kafka/
-[scaladex-badge]:      https://index.scala-lang.org/apache/pekko-connector-kafka/latest.svg?target=_2.13
+[scaladex]:            https://index.scala-lang.org/apache/incubator-pekko-connectors-kafka/
+[scaladex-badge]:      https://index.scala-lang.org/apache/incubator-pekko-connectors-kafka/latest.svg?target=_2.13
 [maven-central]:       https://maven-badges.herokuapp.com/maven-central/org.apache.pekko/pekko-connectors-kafka_2.13
 [maven-central-badge]: https://maven-badges.herokuapp.com/maven-central/org.apache.pekko/pekko-connectors-kafka_2.13/badge.svg
 [gh-actions]:          https://github.com/apache/incubator-pekko-connectors-kafka/actions
@@ -11,7 +11,7 @@ Apache Pekko Kafka Connector [![scaladex-badge][]][scaladex] [![maven-central-ba
 
 Systems don't come alone. In the modern world of microservices and cloud deployment, new components must interact with legacy systems, making integration an important key to success. Reactive Streams give us a technology-independent tool to let these heterogeneous systems communicate without overwhelming each other.
 
-The Pekko connectors project is an open source initiative to implement stream-aware, reactive, integration pipelines for Java and Scala. It is built on top of [Akka Streams](https://doc.akka.io/docs/akka/current/stream/index.html), and has been designed from the ground up to understand streaming natively and provide a DSL for reactive and stream-oriented programming, with built-in support for backpressure. Akka Streams is a [Reactive Streams](https://www.reactive-streams.org/) and JDK 9+ [...]
+The Apache Pekko Connectors project is an open source initiative to implement stream-aware, reactive, integration pipelines for Java and Scala. It is built on top of [Apache Pekko Streams](https://pekko.apache.org/docs/pekko/current/stream/index.html), and has been designed from the ground up to understand streaming natively and provide a DSL for reactive and stream-oriented programming, with built-in support for backpressure. Pekko Streams is a [Reactive Streams](https://www.reactive-st [...]
 
 This repository contains the sources for the **Apache Pekko Kafka Connector**. Which lets you connect [Apache Kafka](https://kafka.apache.org/) to Pekko Streams.
 
@@ -29,7 +29,7 @@ Community
 
 You can join these forums and chats to discuss and ask Pekko and Pekko connector related questions:
 
-- [GitHub discussions](https://github.com/apache/incubator-pekko/discussions): for questions and general discussion.
+- [GitHub discussions](https://github.com/apache/incubator-pekko-connectors-kafka/discussions): for questions and general discussion.
 - [Pekko dev mailing list](https://lists.apache.org/list.html?dev@pekko.apache.org): for Pekko connectors development discussions.
 - [GitHub issues](https://github.com/apache/incubator-pekko-connectors-kafka/issues): for bug reports and feature requests. Please search the existing issues before creating new ones. If you are unsure whether you have found a bug, consider asking in GitHub discussions or the mailing list first.
 
@@ -45,4 +45,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on the development workflow a
 Caveat Emptor
 -------------
 
-Pekko connectors are not always binary compatible between releases. API changes that are not backward compatible might be introduced as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation.
+Pekko Connectors are not always binary compatible between releases. API changes that are not backward compatible might be introduced as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org