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-quickstart-scala.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 631d6b9 update links
631d6b9 is described below
commit 631d6b98d67fa192fdb6da38ce210912353441ff
Author: PJ Fanning <[email protected]>
AuthorDate: Sat May 6 18:49:18 2023 +0100
update links
---
LICENSE | 2 +-
README.md | 10 +++++-----
build.sbt | 2 +-
docs/src/main/paradox/running-the-application.md | 2 +-
docs/src/main/paradox/testing-actors.md | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/LICENSE b/LICENSE
index 874bcd3..c75dfdc 100644
--- a/LICENSE
+++ b/LICENSE
@@ -7,4 +7,4 @@ this Activator Tempate has waived all copyright and related or
neighboring
rights to this Activator Template.
You should have received a copy of the CC0 legalcode along with this
-work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
+work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
diff --git a/README.md b/README.md
index 18ed31d..e14cb1a 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Prerequisites:
Open a console and run the following command to apply this template:
```
-sbt -Dsbt.version=1.8.2 new apache/incubator-pekko-quickstart-scala-g8
+sbt -Dsbt.version=1.8.2 new apache/incubator-pekko-quickstart-scala.g8
```
This template will prompt for the name of the project. Press `Enter` if the
default values suit you.
@@ -30,8 +30,8 @@ Written in 2019 by Lightbend, Inc.
To the extent possible under law, the author(s) have dedicated all copyright
and related
and neighboring rights to this template to the public domain worldwide.
-This template is distributed without any warranty. See
<http://creativecommons.org/publicdomain/zero/1.0/>.
+This template is distributed without any warranty. See
<https://creativecommons.org/publicdomain/zero/1.0/>.
-[g8]: http://www.foundweekends.org/giter8/
-[sbt]: http://www.scala-sbt.org/
-[sbt_download]: http://www.scala-sbt.org/download.html
+[g8]: https://www.foundweekends.org/giter8/
+[sbt]: https://www.scala-sbt.org/
+[sbt_download]: https://www.scala-sbt.org/download.html
diff --git a/build.sbt b/build.sbt
index 45cb8fe..4fae653 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
// This build is for this Giter8 template.
// To test the template run `g8` or `g8Test` from the sbt session.
-// See http://www.foundweekends.org/giter8/testing.html#Using+the+Giter8Plugin
for more details.
+// See
https://www.foundweekends.org/giter8/testing.html#Using+the+Giter8Plugin for
more details.
lazy val root = (project in file("."))
.settings(
name := "pekko-scala-seed",
diff --git a/docs/src/main/paradox/running-the-application.md
b/docs/src/main/paradox/running-the-application.md
index 0540e5d..1f0052b 100644
--- a/docs/src/main/paradox/running-the-application.md
+++ b/docs/src/main/paradox/running-the-application.md
@@ -1,6 +1,6 @@
## Running the application
-You can run the Hello World application from the command line or an IDE. The
final topic in this guide describes how to run it from @ref:[IntelliJ
IDEA](intellij-idea.md). But, before we run the application again, let's take a
quick look at the build tool: [sbt](http://www.scala-sbt.org).
+You can run the Hello World application from the command line or an IDE. The
final topic in this guide describes how to run it from @ref:[IntelliJ
IDEA](intellij-idea.md). But, before we run the application again, let's take a
quick look at the build tool: [sbt](https://www.scala-sbt.org).
### The build files
diff --git a/docs/src/main/paradox/testing-actors.md
b/docs/src/main/paradox/testing-actors.md
index 14dd6c4..ab7d8c4 100644
--- a/docs/src/main/paradox/testing-actors.md
+++ b/docs/src/main/paradox/testing-actors.md
@@ -1,6 +1,6 @@
## Testing Actors
-The test in the Hello World example illustrates use of the
[ScalaTest](http://www.scalatest.org/) framework. The test coverage is not
complete. It simply shows how easy it is to test actor code and provides some
basic concepts. You could add to it as an exercise to increase your own
knowledge.
+The test in the Hello World example illustrates use of the
[ScalaTest](https://www.scalatest.org/) framework. The test coverage is not
complete. It simply shows how easy it is to test actor code and provides some
basic concepts. You could add to it as an exercise to increase your own
knowledge.
### Test class definition
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]