fix some stray akka refs (#117)

This commit is contained in:
PJ Fanning 2023-01-19 18:10:59 +00:00 committed by GitHub
parent ec68a5280b
commit 0903c6aa86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -27,6 +27,6 @@ object GitHub {
def url(v: String): String = {
val branch = if (v.endsWith("SNAPSHOT")) "main" else "v" + v
"https://github.com/akka/akka/tree/" + branch
"https://github.com/apache/incubator-pekko/tree/" + branch
}
}