From 23585c8e88a7dd309cd69ea8d88fbbca6c9b909d Mon Sep 17 00:00:00 2001 From: Simon Dumas Date: Mon, 9 Dec 2024 15:59:06 +0100 Subject: [PATCH] Fix current url for old documentation --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 63136b3af6..9ca7efbf4d 100755 --- a/build.sbt +++ b/build.sbt @@ -176,6 +176,7 @@ lazy val docs = project Compile / paradoxProperties ++= Map( "github.base_url" -> "https://github.com/BlueBrain/nexus/tree/master", + "current.url" -> "https://bluebrainnexus.io/docs/", "project.version.short" -> "v1.10.x", "git.branch" -> "v1.10.x", "version.old" -> "true"