You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by jr...@apache.org on 2023/03/06 11:17:22 UTC

[incubator-pekko-http] branch main updated: replace links to akka.io in various places (#91)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6b049ec68 replace links to akka.io in various places (#91)
6b049ec68 is described below

commit 6b049ec686b7d818121c12490517e7a6f5c929f3
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Mon Mar 6 12:17:16 2023 +0100

    replace links to akka.io in various places (#91)
---
 README.md                                          | 28 +++++++---------------
 .../http/impl/engine/client/PoolInterface.scala    |  2 +-
 .../http/javadsl/model/ws/UpgradeToWebSocket.scala |  2 +-
 .../http/javadsl/model/ws/WebSocketUpgrade.scala   |  2 +-
 .../http/scaladsl/model/ws/WebSocketUpgrade.scala  |  2 +-
 .../directives/FileAndResourceDirectivesSpec.scala |  2 +-
 .../directives/FileAndResourceDirectives.scala     |  2 +-
 project/Doc.scala                                  |  2 +-
 project/PekkoDependency.scala                      |  2 +-
 9 files changed, 17 insertions(+), 27 deletions(-)

diff --git a/README.md b/README.md
index 52203fd68..fa6ec8da6 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ Apache Pekko HTTP
 =================
 
 <!--
-[![akka-http-core Scala version support](https://index.scala-lang.org/akka/akka-http/akka-http-core/latest-by-scala-version.svg)](https://index.scala-lang.org/akka/akka-http/akka-http-core)
+[![pekko-http-core Scala version support](https://index.scala-lang.org/pekko/pekko-http/pekko-http-core/latest-by-scala-version.svg)](https://index.scala-lang.org/pekko/pekko-http/pekko-http-core)
 -->
 
 The Pekko HTTP modules implement a full server- and client-side HTTP stack on top
@@ -20,15 +20,15 @@ have trouble achieving something using a high-level API, there's a good chance
 that you can get it done with a low-level API, which offers more flexibility but
 might require you to write more application code.
 
-Learn more at [pekko.apache.org](https://pekko.apache.org/).
+Learn more at [pekko.apache.org](https://pekko.apache.org/docs/pekko-http/current/).
 
 Documentation
 -------------
 
 The documentation is available at
-[doc.akka.io](https://doc.akka.io/docs/akka-http/current/), for
-[Scala](https://doc.akka.io/docs/akka-http/current/scala/http/) and
-[Java](https://doc.akka.io/docs/akka-http/current/java/http/).
+[pekko.apache.org](https://pekko.apache.org/docs/pekko-http/current/), for
+[Scala](https://pekko.apache.org/docs/pekko-http/current/scala/http/) and
+[Java](https://pekko.apache.org/docs/pekko-http/current/java/http/).
 
 
 Community
@@ -41,16 +41,12 @@ If you have questions about the contribution process or discuss specific issues,
 - [GitHub issues](https://github.com/apache/incubator-pekko-http/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.
 
 <!--
-[groups-user-badge]:   https://img.shields.io/badge/group%3A-akka--user-blue.svg?style=flat-square
-[groups-user]:         https://groups.google.com/forum/#!forum/akka-user
-[gitter-user-badge]:   https://img.shields.io/badge/gitter%3A-akka%2Fakka-blue.svg?style=flat-square
-[gitter-user]:         https://gitter.im/akka/akka
-[stackoverflow-badge]: https://img.shields.io/badge/stackoverflow%3A-akka--http-blue.svg?style=flat-square
-[stackoverflow]:       https://stackoverflow.com/questions/tagged/akka-http
+[stackoverflow-badge]: https://img.shields.io/badge/stackoverflow%3A-pekko--http-blue.svg?style=flat-square
+[stackoverflow]:       https://stackoverflow.com/questions/tagged/pekko-http
 [github-issues-badge]: https://img.shields.io/badge/github%3A-issues-blue.svg?style=flat-square
 [github-issues]:       https://github.com/apache/incubator-pekko-http/issues
-[scaladex-badge]:      https://index.scala-lang.org/count.svg?q=dependencies:akka/akka-http*&subject=scaladex:&color=blue&style=flat-square
-[scaladex-projects]:   https://index.scala-lang.org/search?q=dependencies:akka/akka-http*
+[scaladex-badge]:      https://index.scala-lang.org/count.svg?q=dependencies:pekko/pekko-http*&subject=scaladex:&color=blue&style=flat-square
+[scaladex-projects]:   https://index.scala-lang.org/search?q=dependencies:pekko/pekko-http*
 -->
 
 Contributing
@@ -63,12 +59,6 @@ For ideas of where to contribute, [tickets marked as "help wanted"](https://gith
 Refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details about the workflow,
 and general hints on how to prepare your pull request. You can also ask for clarifications or guidance in GitHub issues directly.
 
-Maintenance
------------
-
-This project is maintained by Apache's core Pekko Team as well as the extended Pekko HTTP Team, consisting of excellent and experienced developers who have shown their dedication and knowledge about HTTP and the codebase. This team may grow dynamically, and it is possible to propose new members to it.
-
-Joining the extended team in such form gives you, in addition to street-cred, of course committer rights to this repository as well as higher impact onto the roadmap of the project. Come and join us!
 
 License
 -------
diff --git a/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/PoolInterface.scala b/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/PoolInterface.scala
index dd6e5a0dc..6d435663b 100644
--- a/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/PoolInterface.scala
+++ b/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/PoolInterface.scala
@@ -110,7 +110,7 @@ private[http] object PoolInterface {
     private[this] val PoolOverflowException = new BufferOverflowException( // stack trace cannot be prevented here because `BufferOverflowException` is final
       s"Exceeded configured max-open-requests value of [${poolId.hcps.setup.settings.maxOpenRequests}]. This means that the request queue of this pool (${poolId.hcps}) " +
       s"has completely filled up because the pool currently does not process requests fast enough to handle the incoming request load. " +
-      "Please retry the request later. See https://doc.akka.io/docs/akka-http/current/scala/http/client-side/pool-overflow.html for " +
+      "Please retry the request later. See https://pekko.apache.org/docs/pekko-http/current/scala/http/client-side/pool-overflow.html for " +
       "more information.")
 
     val hcps = poolId.hcps
diff --git a/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/UpgradeToWebSocket.scala b/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/UpgradeToWebSocket.scala
index 34796998c..1b50c8812 100644
--- a/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/UpgradeToWebSocket.scala
+++ b/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/UpgradeToWebSocket.scala
@@ -27,7 +27,7 @@ import pekko.stream._
  * This low-level API is expected to be replaced by an Attribute in the future.
  *
  * In any case, you might want to use `handleWebSocketMessages` instead as documented
- * at https://doc.akka.io/docs/akka-http/current/server-side/websocket-support.html#routing-support
+ * at https://pekko.apache.org/docs/pekko-http/current/server-side/websocket-support.html#routing-support
  *
  * @deprecated use the WebSocketUpgrade attribute instead since Akka HTTP 10.2.0
  */
diff --git a/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/WebSocketUpgrade.scala b/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/WebSocketUpgrade.scala
index 7dabbd267..7a22b7d04 100644
--- a/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/WebSocketUpgrade.scala
+++ b/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/WebSocketUpgrade.scala
@@ -24,7 +24,7 @@ import pekko.stream.{ FlowShape, Graph, SinkShape, SourceShape }
  * create a WebSocket handshake response and handle the WebSocket message stream with the given handler.
  *
  * This is a low-level API. You might want to use `handleWebSocketMessages` instead as documented
- * at https://doc.akka.io/docs/akka-http/current/server-side/websocket-support.html#routing-support
+ * at https://pekko.apache.org/docs/pekko-http/current/server-side/websocket-support.html#routing-support
  */
 trait WebSocketUpgrade {
 
diff --git a/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ws/WebSocketUpgrade.scala b/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ws/WebSocketUpgrade.scala
index 9e6cb8b29..582f0d5e2 100644
--- a/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ws/WebSocketUpgrade.scala
+++ b/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ws/WebSocketUpgrade.scala
@@ -28,7 +28,7 @@ import pekko.http.scaladsl.model.HttpResponse
  * registers a WebSocket handler.
  *
  * This is a low-level API. You might want to use `handleWebSocketMessages` instead as documented
- * at https://doc.akka.io/docs/akka-http/current/server-side/websocket-support.html#routing-support
+ * at https://pekko.apache.org/docs/pekko-http/current/server-side/websocket-support.html#routing-support
  */
 trait WebSocketUpgrade extends jm.ws.WebSocketUpgrade {
 
diff --git a/http-tests/src/test/scala/org/apache/pekko/http/scaladsl/server/directives/FileAndResourceDirectivesSpec.scala b/http-tests/src/test/scala/org/apache/pekko/http/scaladsl/server/directives/FileAndResourceDirectivesSpec.scala
index 27812dada..7c3338b28 100644
--- a/http-tests/src/test/scala/org/apache/pekko/http/scaladsl/server/directives/FileAndResourceDirectivesSpec.scala
+++ b/http-tests/src/test/scala/org/apache/pekko/http/scaladsl/server/directives/FileAndResourceDirectivesSpec.scala
@@ -412,7 +412,7 @@ class FileAndResourceDirectivesSpec extends RoutingSpec with Inspectors with Ins
             |</pre>
             |<hr>
             |<div style="width:100%;text-align:right;color:gray">
-            |<small>rendered by <a href="https://akka.io">Akka Http</a> on xxxx-xx-xx xx:xx:xx</small>
+            |<small>rendered by <a href="https://pekko.apache.org">Pekko Http</a> on xxxx-xx-xx xx:xx:xx</small>
             |</div>
             |</body>
             |</html>
diff --git a/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/FileAndResourceDirectives.scala b/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/FileAndResourceDirectives.scala
index 866d798ed..b173db72b 100644
--- a/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/FileAndResourceDirectives.scala
+++ b/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/FileAndResourceDirectives.scala
@@ -395,7 +395,7 @@ object DirectoryListing {
       |$</pre>
       |<hr>$
       |<div style="width:100%;text-align:right;color:gray">
-      |<small>rendered by <a href="https://akka.io">Akka Http</a> on $</small>
+      |<small>rendered by <a href="https://pekko.apache.org">Pekko Http</a> on $</small>
       |</div>$
       |</body>
       |</html>
diff --git a/project/Doc.scala b/project/Doc.scala
index ac7954327..cc5f5c4b1 100644
--- a/project/Doc.scala
+++ b/project/Doc.scala
@@ -75,7 +75,7 @@ object Scaladoc extends AutoPlugin {
       "-doc-version", ver,
       // Workaround https://issues.scala-lang.org/browse/SI-10028
       "-skip-packages", "org.apache.pekko.pattern:org.specs2",
-      "-doc-canonical-base-url", "https://doc.akka.io/api/akka-http/current/") ++
+      "-doc-canonical-base-url", "https://pekko.apache.org/api/pekko-http/current/") ++
       plugins.map(plugin => "-Xplugin:" + plugin)
     CliOptions.scaladocDiagramsEnabled.ifTrue("-diagrams").toList ::: opts
   }
diff --git a/project/PekkoDependency.scala b/project/PekkoDependency.scala
index f12414d70..e1a2ffaa6 100644
--- a/project/PekkoDependency.scala
+++ b/project/PekkoDependency.scala
@@ -53,7 +53,7 @@ object PekkoDependency {
     }
   }
 
-  // Default version updated only when needed, https://doc.akka.io//docs/akka/current/project/downstream-upgrade-strategy.html
+  // Default version updated only when needed, https://pekko.apache.org/docs/pekko/current/project/downstream-upgrade-strategy.html
   val minimumExpectedPekkoVersion = "1.0.0"
   val default = pekkoDependency(defaultVersion = minimumExpectedPekkoVersion)
   val minimumExpectedPekko26Version = "1.0.0"


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