fix some stray akka refs (#117)
This commit is contained in:
parent
ec68a5280b
commit
0903c6aa86
4 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue