scaladoc/javadoc links broken in docs (#294)

* parent 1e514f6aaf
author PJ Fanning <pjfanning@users.noreply.github.com> 1681764418 +0200
committer PJ Fanning <pjfanning@users.noreply.github.com> 1681934910 +0200

scaladoc/javadoc links broken in docs

Update project-info.conf

Update Paradox.scala

Update project-info.conf

* revert some changes till later
This commit is contained in:
PJ Fanning 2023-04-20 10:33:10 +02:00 committed by GitHub
parent 1e514f6aaf
commit 65e0e50a57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"