From c2940250f1d6e8cf847aa9c2626bd66ef62e5fed Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Mon, 26 Jun 2017 01:57:53 +0900 Subject: fix dispatch url --- README.markdown | 2 +- src/main/scala/spray/json/JsValue.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 5a4434c..e659e71 100644 --- a/README.markdown +++ b/README.markdown @@ -287,6 +287,6 @@ _spray-json_ project under the project’s open source license. [JSON]: http://json.org [repo.spray.io]: http://repo.spray.io [SJSON]: https://github.com/debasishg/sjson - [Databinder-Dispatch]: https://github.com/n8han/Databinder-Dispatch + [Databinder-Dispatch]: https://github.com/dispatch/classic [APL 2.0]: http://www.apache.org/licenses/LICENSE-2.0 [spray-user]: http://groups.google.com/group/spray-user diff --git a/src/main/scala/spray/json/JsValue.scala b/src/main/scala/spray/json/JsValue.scala index b21672d..e71b68e 100644 --- a/src/main/scala/spray/json/JsValue.scala +++ b/src/main/scala/spray/json/JsValue.scala @@ -1,7 +1,7 @@ /* * Copyright (C) 2009-2011 Mathias Doenitz * Inspired by a similar implementation by Nathan Hamblen - * (https://github.com/n8han/Databinder-Dispatch) + * (https://github.com/dispatch/classic) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- cgit v1.2.3