diff --git a/project/project-info.conf b/project/project-info.conf index fdae16e171..65db788024 100644 --- a/project/project-info.conf +++ b/project/project-info.conf @@ -1,7 +1,7 @@ project-info { version: "current" - scaladoc: "https://pekko.apache.org/api/pekko/"${project-info.version}"/pekko/" - javadoc: "https://pekko.apache.org/japi/pekko/"${project-info.version}"/pekko/" + scaladoc: "https://pekko.apache.org/api/pekko/"${project-info.version}"/org/apache/pekko/" + javadoc: "https://pekko.apache.org/japi/pekko/"${project-info.version}"/org/apache/pekko/" shared-info { jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17"] snapshots: { @@ -14,12 +14,14 @@ project-info { text: "Github issues" } release-notes: { - # TODO: Correct url needs to be provided - url: "https://akka.io/blog/news-archive.html" - text: "akka.io blog" - new-tab: false + url: "https://github.com/apache/incubator-pekko/releases" + text: "GitHub releases" } forums: [ + { + text: "Apache Pekko User mailing list" + url: "https://lists.apache.org/list.html?user@pekko.apache.org" + } { text: "Apache Pekko Dev mailing list" url: "https://lists.apache.org/list.html?dev@pekko.apache.org"