diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df07623f..b53428bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,5 +97,5 @@ $ git tag 4.2.5 $ git push --tags origin ``` -Update the [Giter8 template](https://github.com/earldouglas/sbt-war.g8) +Update the [Giter8 template](https://github.com/earldouglas/xsbt-web-plugin.g8) to use the new version. diff --git a/README.md b/README.md index 2cb757bc..15a4d22f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build status](https://github.com/earldouglas/sbt-war/workflows/build/badge.svg)](https://github.com/earldouglas/sbt-war/actions) +[![Build status](https://github.com/earldouglas/xsbt-web-plugin/workflows/build/badge.svg)](https://github.com/earldouglas/xsbt-web-plugin/actions) [![Latest version](https://img.shields.io/github/tag/earldouglas/sbt-war.svg)](https://index.scala-lang.org/earldouglas/sbt-war) # sbt-war @@ -19,7 +19,7 @@ apps with [servlets](https://en.wikipedia.org/wiki/Java_servlet). ## Getting help * Submit a question, bug report, or feature request as a [new - issue](https://github.com/earldouglas/sbt-war/issues/new) + issue](https://github.com/earldouglas/xsbt-web-plugin/issues/new) * Look for *earldouglas* in the `#sbt` channel on the [Scala Discord server](https://discord.com/invite/scala) diff --git a/build.sbt b/build.sbt index 031b5247..092e1f24 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ developers := List( url = url("https://earldouglas.com/") ) ) -homepage := Some(url("https://github.com/earldouglas/sbt-war")) +homepage := Some(url("https://github.com/earldouglas/xsbt-web-plugin")) licenses := List( "BSD New" -> url("https://opensource.org/licenses/BSD-3-Clause") ) @@ -61,7 +61,7 @@ publishTo := Some( ) scmInfo := Some( ScmInfo( - url("https://github.com/earldouglas/sbt-war"), + url("https://github.com/earldouglas/xsbt-web-plugin"), "scm:git@github.com:earldouglas/sbt-war.git" ) )