diff --git a/project/plugins.sbt b/project/plugins.sbt index bf7848bd0a..c6279c094f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,7 +25,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.12") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") // write markdown files with type-checked Scala -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") diff --git a/website/siteConfig.js b/website/siteConfig.js index 5af0f25a08..063e5f8069 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -91,7 +91,7 @@ const siteConfig = { // For no header links in the top nav bar -> headerLinks: [], headerLinks: [ { doc: "core/core-intro", label: "Docs" }, - { href: "download", label: "Download" }, + { href: "/download", label: "Download" }, { href: scaladocUrl, label: "API" }, { page: "help", label: "Help" } ],