diff --git a/README.md b/README.md index 1f01c6a..c8cebb6 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ | Project | Maven Central | Maven Central (JS) | |:-------:|:-------------:|:-------------:| -| hedgehog-core | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-core_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-core_2.13) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-core_sjs1_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-core_sjs1_2.13) | -| hedgehog-runner | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-runner_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-runner_2.13) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-runner_sjs1_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-runner_sjs1_2.13) | -| hedgehog-sbt | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-sbt_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-sbt_2.13) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-sbt_sjs1_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-sbt_sjs1_2.13) | -| hedgehog-minitest | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-minitest_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-minitest_2.13) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-minitest_sjs1_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-minitest_sjs1_2.13) | -| hedgehog-munit | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-munit_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-munit_2.13) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-munit_sjs1_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-munit_sjs1_2.13) | +| hedgehog-core | [![Maven Central](https://maven-badges.sml.io/sonatype-central/qa.hedgehog/hedgehog-core_2.13/badge.svg)](https://central.sonatype.com/artifact/qa.hedgehog/hedgehog-core_2.13) | [![Maven Central](https://maven-badges.sml.io/sonatype-central/qa.hedgehog/hedgehog-core_sjs1_2.13/badge.svg)](https://central.sonatype.com/artifact/qa.hedgehog/hedgehog-core_sjs1_2.13) | +| hedgehog-runner | [![Maven Central](https://maven-badges.sml.io/sonatype-central/qa.hedgehog/hedgehog-runner_2.13/badge.svg)](https://central.sonatype.com/artifact/qa.hedgehog/hedgehog-runner_2.13) | [![Maven Central](https://maven-badges.sml.io/sonatype-central/qa.hedgehog/hedgehog-runner_sjs1_2.13/badge.svg)](https://central.sonatype.com/artifact/qa.hedgehog/hedgehog-runner_sjs1_2.13) | +| hedgehog-sbt | [![Maven Central](https://maven-badges.sml.io/sonatype-central/qa.hedgehog/hedgehog-sbt_2.13/badge.svg)](https://central.sonatype.com/artifact/qa.hedgehog/hedgehog-sbt_2.13) | [![Maven Central](https://maven-badges.sml.io/sonatype-central/qa.hedgehog/hedgehog-sbt_sjs1_2.13/badge.svg)](https://central.sonatype.com/artifact/qa.hedgehog/hedgehog-sbt_sjs1_2.13) | +| hedgehog-minitest | [![Maven Central](https://maven-badges.sml.io/sonatype-central/qa.hedgehog/hedgehog-minitest_2.13/badge.svg)](https://central.sonatype.com/artifact/qa.hedgehog/hedgehog-minitest_2.13) | [![Maven Central](https://maven-badges.sml.io/sonatype-central/qa.hedgehog/hedgehog-minitest_sjs1_2.13/badge.svg)](https://central.sonatype.com/artifact/qa.hedgehog/hedgehog-minitest_sjs1_2.13) | +| hedgehog-munit | [![Maven Central](https://maven-badges.sml.io/sonatype-central/qa.hedgehog/hedgehog-munit_2.13/badge.svg)](https://central.sonatype.com/artifact/qa.hedgehog/hedgehog-munit_2.13) | [![Maven Central](https://maven-badges.sml.io/sonatype-central/qa.hedgehog/hedgehog-munit_sjs1_2.13/badge.svg)](https://central.sonatype.com/artifact/qa.hedgehog/hedgehog-munit_sjs1_2.13) | > Hedgehog will eat all your bugs. diff --git a/build.sbt b/build.sbt index 5becc10..4d76b84 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ ThisBuild / organization := "qa.hedgehog" ThisBuild / developers := List( Developer("charleso", "Charles O'Farrell", "charleso@gmail.com", url("https://github.com/charleso")), ) -ThisBuild / homepage := Some(url("https://hedgehog.qa")) +ThisBuild / homepage := Some(url("https://hedgehogqa.github.io/scala-hedgehog/")) ThisBuild / scmInfo := Some( ScmInfo( url("https://github.com/hedgehogqa/scala-hedgehog"), diff --git a/docs/hedgehog/getting-started.md b/docs/hedgehog/getting-started.md index 05149cb..1117ac9 100644 --- a/docs/hedgehog/getting-started.md +++ b/docs/hedgehog/getting-started.md @@ -8,6 +8,10 @@ slug: '/getting-started' ## Getting Started +Documentation assumes that the build tool used is [sbt](https://www.scala-sbt.org/). + +Hedgehog is also supported for Gradle by the +[Gradle multi-backend Scala plugin](https://github.com/dubinsky/scalajs-gradle). ### SBT Binary Dependency