From 1b8eeeba500b7c27cb57ac3b4b67622bc1ff2f88 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Sat, 24 Jun 2023 08:29:32 +0900 Subject: [PATCH] Update some url --- src/reference/01-General-Info/01-Credits.md | 10 +++++----- .../01-General-Info/02-Community-Plugins.md | 12 ++++++------ .../06-sbt-new-and-Templates.md | 4 ++-- .../90-Developers-Guide/02-Coding-Guideline/00.md | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/reference/01-General-Info/01-Credits.md b/src/reference/01-General-Info/01-Credits.md index d63d14ca6..bc9829a2a 100644 --- a/src/reference/01-General-Info/01-Credits.md +++ b/src/reference/01-General-Info/01-Credits.md @@ -399,19 +399,19 @@ The sbt ecosystem would not be the same without so many awesome plugins. Here ar - [sbt-sublime](https://github.com/orrsella/sbt-sublime) by Orr Sella - [sbt-errors-summary](https://github.com/Duhemm/sbt-errors-summary) by Martin Duhem - [sbt-bintray](https://github.com/sbt/sbt-bintray) by Doug Tangren (softprops) -- [Migration Manager](https://github.com/lightbend/migration-manager/wiki) by Lightbend (Mirco Dotta, Seth Tisue, et al) +- [Migration Manager](https://github.com/lightbend/mima/wiki) by Lightbend (Mirco Dotta, Seth Tisue, et al) - [sbt-protobuf](https://github.com/sbt/sbt-protobuf) by Gerolf Seitz and Kenji Yoshida (xuwei-k) - [sbt-site](https://github.com/sbt/sbt-site) by Jonas Fonseca, Josh Suereth, et al - [sbt-doctest](https://github.com/tkawachi/sbt-doctest) by KAWACHI Takashi - [sbt-robovm](https://github.com/roboscala/sbt-robovm) by Jan Polák - [scalastyle-sbt-plugin](https://github.com/scalastyle/scalastyle-sbt-plugin) by Matthew Farwell -- [sbt-microsites](https://github.com/47deg/sbt-microsites) by 47 Degrees (Juan Pedro Moreno, Javier de Silóniz Sandino, et al) +- [sbt-microsites](https://github.com/47degrees/sbt-microsites) by 47 Degrees (Juan Pedro Moreno, Javier de Silóniz Sandino, et al) - [sbt-header](https://github.com/sbt/sbt-header) by Heiko Seeberger and Benedikt Ritter - [sbt-groll](https://github.com/sbt/sbt-groll) by Heiko Seeberger - [sbt-ctags](https://github.com/ceedubs/sbt-ctags) by Cody Allen - [sbt-aws-lambda](https://github.com/gilt/sbt-aws-lambda) by Gilt (Brendan St John, et al) -- [sbt-heroku](https://github.com/heroku/sbt-heroku) by Heroku (Joe Kutner) -- [sbt-dynver](https://github.com/dwijnand/sbt-dynver) by Dale Wijnand +- [sbt-heroku](https://github.com/heroku/heroku-sbt-plugin) by Heroku (Joe Kutner) +- [sbt-dynver](https://github.com/sbt/sbt-dynver) by Dale Wijnand - [sbt-unidoc](https://github.com/sbt/sbt-unidoc) by Eugene Yokota and Peter Vlugter - [sbt-docker-compose](https://github.com/Tapad/sbt-docker-compose) by Tapad (Kurt Kopchik et al) - [sbt-coveralls](https://github.com/scoverage/sbt-coveralls) by Ian Forsey and Stephen Samuel @@ -434,7 +434,7 @@ The sbt ecosystem would not be the same without so many awesome plugins. Here ar - [kotlin-plugin](https://github.com/pfn/kotlin-plugin) by Perry (pfn) - [sbt-avro](https://github.com/sbt/sbt-avro) by Juan Manuel Caicedo Carvajal (cavorite), Ben McCann, et al - [sbt-aspectj](https://github.com/sbt/sbt-aspectj) by Lightbend (Peter Vlugter et al) -- [sbt-crossproject](https://github.com/scala-native/sbt-crossproject) Denys Shabalin and Guillaume Massé +- [sbt-crossproject](https://github.com/portable-scala/sbt-crossproject) Denys Shabalin and Guillaume Massé - [sbt-scapegoat](https://github.com/sksamuel/sbt-scapegoat) by Stephen Samuel - [sbt-dependency-graph-sugar](https://github.com/gilt/sbt-dependency-graph-sugar) by Gilt (Brendan St John et al) - [sbt-aether-deploy](https://github.com/arktekk/sbt-aether-deploy) by Arktekk (Erlend Hamnaberg et al) diff --git a/src/reference/01-General-Info/02-Community-Plugins.md b/src/reference/01-General-Info/02-Community-Plugins.md index 2e383a645..664ea2091 100644 --- a/src/reference/01-General-Info/02-Community-Plugins.md +++ b/src/reference/01-General-Info/02-Community-Plugins.md @@ -66,7 +66,7 @@ your plugin to the list. - [sbt-site](https://github.com/sbt/sbt-site): site generator. -- [sbt-microsites](https://github.com/47deg/sbt-microsites): generate +- [sbt-microsites](https://github.com/47degrees/sbt-microsites): generate and publish microsites using Jekyll. - [sbt-unidoc](https://github.com/sbt/sbt-unidoc): create unified API documentation across subprojects. @@ -141,7 +141,7 @@ your plugin to the list. #### Deployment integration plugins -- [sbt-heroku](https://github.com/heroku/sbt-heroku): deploy applications +- [sbt-heroku](https://github.com/heroku/heroku-sbt-plugin): deploy applications directly to Heroku. - [sbt-docker-compose](https://github.com/Tapad/sbt-docker-compose): launch Docker images using docker compose. @@ -166,21 +166,21 @@ your plugin to the list. - [sbt-errors-summary](https://github.com/Duhemm/sbt-errors-summary): show a summary of compilation errors. -- [MiMa](https://github.com/lightbend/migration-manager): binary +- [MiMa](https://github.com/lightbend/mima): binary compatibility management for Scala libraries. - [sbt-groll](https://github.com/sbt/sbt-groll): navigate git history inside sbt. -- [sbt-dynver](https://github.com/dwijnand/sbt-dynver): set project version +- [sbt-dynver](https://github.com/sbt/sbt-dynver): set project version dynamically from git metadata. - [sbt-prompt](https://github.com/agemooij/sbt-prompt): add promptlets and themes to your sbt prompt. -- [sbt-crossproject](https://github.com/scala-native/sbt-crossproject): +- [sbt-crossproject](https://github.com/portable-scala/sbt-crossproject): cross-build Scala, Scala.js and Scala Native. - [sbt-proguard](https://github.com/sbt/sbt-proguard): run ProGuard on compiled sources. - [sbt-structure](https://github.com/JetBrains/sbt-structure): extract project structure in XML format. -- [sbt-jni](https://github.com/jodersky/sbt-jni): helpers for working with +- [sbt-jni](https://github.com/sbt/sbt-jni): helpers for working with projects that use JNI. - [sbt-jol](https://github.com/ktoso/sbt-jol): inspect OpenJDK Java Object Layout from sbt. diff --git a/src/reference/02-DetailTopics/05-Plugins-and-Best-Practices/06-sbt-new-and-Templates.md b/src/reference/02-DetailTopics/05-Plugins-and-Best-Practices/06-sbt-new-and-Templates.md index 97d15b89e..e53ba0f74 100644 --- a/src/reference/02-DetailTopics/05-Plugins-and-Best-Practices/06-sbt-new-and-Templates.md +++ b/src/reference/02-DetailTopics/05-Plugins-and-Best-Practices/06-sbt-new-and-Templates.md @@ -43,7 +43,7 @@ The unique aspect of Giter8 is that it uses GitHub (or any other git repository) - [scala/scala3.g8](https://github.com/scala/scala3.g8) (A template for Scala 3 projects) - [scala/hello-world.g8](https://github.com/scala/hello-world.g8) (A template to demonstrate a minimal Scala application) - [scala/scalatest-example.g8](https://github.com/scala/scalatest-example.g8) (A template for trying out ScalaTest) -- [akka/akka-scala-seed.g8](https://github.com/akka/akka-scala-seed.g8) (A minimal seed template for an Akka with Scala build +- [akka-quickstart-scala.g8](https://github.com/akka/akka-quickstart-scala.g8) (A minimal seed template for an Akka with Scala build ) - [akka/akka-java-seed.g8](https://github.com/akka/akka-java-seed.g8) (A minimal seed template for an Akka in Java ) @@ -52,7 +52,7 @@ The unique aspect of Giter8 is that it uses GitHub (or any other git repository) - [lagom/lagom-scala.g8](https://github.com/lagom/lagom-scala.g8/) (A [Lagom](https://www.lagomframework.com/) Scala seed template for sbt) - [lagom/lagom-java.g8](https://github.com/lagom/lagom-java.g8/) (A [Lagom](https://www.lagomframework.com/) Java seed template for sbt) - [scala-native/scala-native.g8](https://github.com/scala-native/scala-native.g8) (Scala Native) -- [scala-native/sbt-crossproject.g8](https://github.com/scala-native/sbt-crossproject.g8) (sbt-crosspoject) +- [portable-scala/sbt-crossproject.g8](https://github.com/portable-scala/sbt-crossproject.g8) (sbt-crosspoject) - [http4s/http4s.g8](https://github.com/http4s/http4s.g8) (http4s services) - [unfiltered/unfiltered.g8](https://github.com/unfiltered/unfiltered.g8) ([Unfiltered](https://unfiltered.ws/) application) - [scalatra/scalatra-sbt.g8](https://github.com/scalatra/scalatra-sbt.g8) (Basic Scalatra template using SBT 0.13.x.) diff --git a/src/reference/90-Developers-Guide/02-Coding-Guideline/00.md b/src/reference/90-Developers-Guide/02-Coding-Guideline/00.md index 0ed2175b0..aedc0e3fb 100644 --- a/src/reference/90-Developers-Guide/02-Coding-Guideline/00.md +++ b/src/reference/90-Developers-Guide/02-Coding-Guideline/00.md @@ -4,7 +4,7 @@ out: Coding-Guideline.html [jsuereth2012]: http://jsuereth.com/scala/2012/04/22/scaladays.html [pins_trait127]: http://www.artima.com/pins1ed/traits.html#12.7 - [mima]: https://github.com/lightbend/migration-manager + [mima]: https://github.com/lightbend/mima sbt Coding Guideline --------------------