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-projection.git


The following commit(s) were added to refs/heads/main by this push:
     new 88aeeca  fix broken link (#40)
88aeeca is described below

commit 88aeecab53c39f14b185f74cf885016a32bc9d8a
Author: PJ Fanning <[email protected]>
AuthorDate: Fri May 12 23:21:47 2023 +0100

    fix broken link (#40)
---
 docs/src/main/paradox/cassandra.md  | 2 +-
 project/PekkoDisciplinePlugin.scala | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/src/main/paradox/cassandra.md 
b/docs/src/main/paradox/cassandra.md
index b08ce5a..1c722f2 100644
--- a/docs/src/main/paradox/cassandra.md
+++ b/docs/src/main/paradox/cassandra.md
@@ -308,7 +308,7 @@ pekko.projection.cassandra {
 }
 ```
 
-or share the same Cassandra session as [Pekko Connectors 
Cassandra](https://pekko.apache.org/docs/pekko-connectors/2.0/cassandra.html):
+or share the same Cassandra session as [Pekko Connectors 
Cassandra](https://pekko.apache.org/docs/pekko-connectors/current/cassandra.html):
 
 ```
 pekko.projection.cassandra {
diff --git a/project/PekkoDisciplinePlugin.scala 
b/project/PekkoDisciplinePlugin.scala
index e16ca53..228c024 100644
--- a/project/PekkoDisciplinePlugin.scala
+++ b/project/PekkoDisciplinePlugin.scala
@@ -23,8 +23,8 @@ object PekkoDisciplinePlugin extends AutoPlugin {
   override def requires: Plugins = JvmPlugin
   override lazy val projectSettings = disciplineSettings
 
-  // allow toggling for pocs/exploration of ideas without discpline
-  val enabled = !sys.props.contains("akka.no.discipline")
+  // allow toggling for pocs/exploration of ideas without discipline
+  val enabled = !sys.props.contains("pekko.no.discipline")
 
   // We allow warnings in docs to get the 'snippets' right
   val nonFatalWarningsFor = Set("docs")


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

Reply via email to