From 8d88bf1b9e860044b16666141cb358526151cd31 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Thu, 9 Jun 2016 18:29:01 -0700 Subject: [PATCH] Update README URLs based on HTTP redirects --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69b6d32..c4433c9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ _sbt-revolver_ defines three new commands (SBT tasks) in its own `re` configurat * `re-stop` stops application. This is done by simply force-killing the forked JVM. Note, that this means that [shutdown hooks] are not run (see - [#20](http://github.com/spray/sbt-revolver/issues/20)). + [#20](https://github.com/spray/sbt-revolver/issues/20)). * `re-status` shows an informational message about the current running state of the application. @@ -129,10 +129,10 @@ _sbt-revolver_ project under the project’s open source license. [SBT]: https://github.com/harrah/xsbt/wiki - [JRebel]: http://zeroturnaround.com/jrebel/ - [xsbt-web-plugin]: https://github.com/siasia/xsbt-web-plugin/ + [JRebel]: http://zeroturnaround.com/software/jrebel/ + [xsbt-web-plugin]: https://github.com/aolshevskiy/xsbt-web-plugin [spray]: http://spray.io [spray-can]: https://github.com/spray/spray-can [shutdown hooks]: http://docs.oracle.com/javase/6/docs/api/java/lang/Runtime.html#addShutdownHook(java.lang.Thread) - [JRebel FAQ]: http://zeroturnaround.com/jrebel/faq/ + [JRebel FAQ]: http://zeroturnaround.com/software/jrebel/learn/faq/ [APL 2.0]: http://www.apache.org/licenses/LICENSE-2.0