You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/02/08 19:24:48 UTC

[logging-log4j-scala] 05/06: Fix site URLs

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-scala.git

commit 5e3bb2bb2a8e4e8e8b5c329d5e0b6887935d3070
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Feb 8 13:21:50 2020 -0600

    Fix site URLs
---
 build.sbt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index bbf305f..34616ee 100644
--- a/build.sbt
+++ b/build.sbt
@@ -124,8 +124,8 @@ lazy val releaseSettings = Seq(
 )
 
 lazy val siteSettings = Seq(
-  apiURL := Some(url(s"https://logging.apache.org/log4j/scala/api/${version.value}/")),
-  siteSubdirName in SiteScaladoc := s"api/${version.value}",
+  apiURL := Some(url(s"https://logging.apache.org/log4j/log4j-scala-${version.value}/")),
+  siteSubdirName in SiteScaladoc := s"api/${scalaBinaryVersion.value}",
   managedSources in Asciidoc += {
     (auditReport in Compile).value
     (target in Compile).value / "rat.adoc"