diff --git a/README.md b/README.md index 271f8247..bd96395d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ sbt-typelevel configures [sbt](https://www.scala-sbt.org/) for developing, testi - Auto-generated GitHub actions workflows, parallelized on Scala version and platform (JVM, JS, Native) - git-based dynamic versioning -- Binary-compatibility checking with [MiMa](https://github.com/lightbend/mima), following [early semantic versioning](https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html#early-semver-and-sbt-version-policy) +- Binary-compatibility checking with [MiMa](https://github.com/scala-garden/mima), following [early semantic versioning](https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html#early-semver-and-sbt-version-policy) - CI publishing of releases and snapshots to Sonatype/Maven - CI deployed GitHub pages websites generated with [mdoc](https://github.com/scalameta/mdoc/) and [Laika](https://github.com/typelevel/Laika) - Auto-populated settings for various boilerplate (SCM info, API doc urls, Scala.js sourcemaps, etc.) diff --git a/build.sbt b/build.sbt index 281b6e6d..7bcb85d9 100644 --- a/build.sbt +++ b/build.sbt @@ -289,7 +289,7 @@ lazy val docs = project TextLink.external("https://www.scala-sbt.org/", "sbt"), TextLink .external("https://github.com/portable-scala/sbt-crossproject", "sbt-crossproject"), - TextLink.external("https://github.com/lightbend/mima", "MiMa"), + TextLink.external("https://github.com/scala-garden/mima", "MiMa"), TextLink.external("https://scalameta.org/mdoc/", "mdoc"), TextLink.external("https://typelevel.org/Laika/", "Laika"), TextLink.external("https://github.com/sbt/sbt-unidoc", "sbt-unidoc"), diff --git a/docs/index.md b/docs/index.md index b4667359..71a203b2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ sbt-typelevel configures [sbt](https://www.scala-sbt.org/) for developing, testi - Auto-generated GitHub actions workflows, parallelized on Scala version and platform (JVM, JS, Native) - git-based dynamic versioning -- Binary-compatibility checking with [MiMa](https://github.com/lightbend/mima), following [early semantic versioning](https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html#early-semver-and-sbt-version-policy) +- Binary-compatibility checking with [MiMa](https://github.com/scala-garden/mima), following [early semantic versioning](https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html#early-semver-and-sbt-version-policy) - CI publishing of releases and snapshots to Sonatype/Maven - CI deployed GitHub pages websites, generated with [mdoc](https://github.com/scalameta/mdoc/) and [Laika](https://github.com/typelevel/Laika) - Auto-populated settings for various boilerplate (SCM info, API doc urls, Scala.js sourcemaps, etc.)