Pekko becomes TLP (#1214)
This commit is contained in:
parent
0646754739
commit
e3410bcaa8
53 changed files with 120 additions and 131 deletions
|
|
@ -25,6 +25,6 @@ object GitHub {
|
|||
|
||||
def url(v: String): String = {
|
||||
val branch = if (v.endsWith("SNAPSHOT")) "main" else "v" + v
|
||||
"https://github.com/apache/incubator-pekko/tree/" + branch
|
||||
"https://github.com/apache/pekko/tree/" + branch
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue