From ba37d568f8b01c98b08ca78bf53d8067854d55b5 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Sat, 22 Jul 2017 07:14:42 +0900 Subject: [PATCH] s/Typesafe subscriptions/Lightbend subscriptions --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50cbcb7ca..ad9d2c193 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ [Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup [Issues]: https://github.com/sbt/sbt/issues [sbt-dev]: https://groups.google.com/d/forum/sbt-dev - [subscriptions]: http://typesafe.com/how/subscription + [subscriptions]: https://www.lightbend.com/platform/subscription [327]: https://github.com/sbt/sbt/issues/327 Issues and Pull Requests @@ -28,7 +28,7 @@ sbt project uses GitHub Issues as a publicly visible todo list. Please open a Gi - If you need help with sbt, please [ask] on StackOverflow with the tag "sbt" and the name of the sbt plugin if any. - If you run into an issue, have an enhancement idea, or a general discussion, bring it up to [sbt-dev] Google Group first. -- If you need a faster response time, consider one of the [Typesafe subscriptions][subscriptions]. +- If you need a faster response time, consider one of the [Lightbend subscriptions][subscriptions]. What to report --------------