This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 65e0e50a57 scaladoc/javadoc links broken in docs (#294)
65e0e50a57 is described below
commit 65e0e50a57a5946901f76dda01aea074a76610e8
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Apr 20 10:33:10 2023 +0200
scaladoc/javadoc links broken in docs (#294)
* parent 1e514f6aafed254bdf002e3b7e9c21f39753d78d
author PJ Fanning <[email protected]> 1681764418 +0200
committer PJ Fanning <[email protected]> 1681934910 +0200
scaladoc/javadoc links broken in docs
Update project-info.conf
Update Paradox.scala
Update project-info.conf
* revert some changes till later
---
project/project-info.conf | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
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/[email protected]"
+ }
{
text: "Apache Pekko Dev mailing list"
url: "https://lists.apache.org/[email protected]"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]