Skip to content

Commit 8de73c5

Browse files
authored
Pekko becomes TLP (#6)
1 parent 24d0547 commit 8de73c5

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-test:
11-
if: github.repository == 'apache/incubator-pekko-http-quickstart-scala.g8'
11+
if: github.repository == 'apache/pekko-http-quickstart-scala.g8'
1212
runs-on: ubuntu-20.04
1313

1414
steps:

DISCLAIMER

Lines changed: 0 additions & 10 deletions
This file was deleted.

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lazy val root = project
77
.in(file("."))
88
.enablePlugins(ScriptedPlugin)
99
.settings(
10-
name := "incubator-pekko-http-scala-seed.g8",
10+
name := "pekko-http-scala-seed.g8",
1111
Test / test := {
1212
val _ = (Test / g8Test).toTask("").value
1313
},
@@ -23,5 +23,5 @@ lazy val docs = project
2323
.enablePlugins(ParadoxPlugin, PekkoParadoxPlugin)
2424
.settings(
2525
resolvers += Resolver.typesafeIvyRepo("releases"),
26-
pekkoParadoxGithub := Some("https://github.com/apache/incubator-pekko-http-quickstart-scala.g8")
26+
pekkoParadoxGithub := Some("https://github.com/apache/pekko-http-quickstart-scala.g8")
2727
)

docs/src/main/paradox/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can run the Pekko HTTP example project on Linux, MacOS, or Windows. The only
2020

2121
## Downloading the example
2222

23-
Follow the instructions in https://github.com/apache/incubator-pekko-http-quickstart-scala.g8
23+
Follow the instructions in https://github.com/apache/pekko-http-quickstart-scala.g8
2424

2525
* On Windows, use a tool such as File Explorer to extract the project.
2626

0 commit comments

Comments
 (0)