summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxuwei-k <6b656e6a69@gmail.com>2017-06-26 01:57:53 +0900
committerxuwei-k <6b656e6a69@gmail.com>2017-06-26 01:58:04 +0900
commitc2940250f1d6e8cf847aa9c2626bd66ef62e5fed (patch)
tree39b8950c5960c2dc6605950292bf878df4b1bacd
parente52b1b7735f529f7707c583add20629b0dacc314 (diff)
downloadspray-json-c2940250f1d6e8cf847aa9c2626bd66ef62e5fed.tar.gz
spray-json-c2940250f1d6e8cf847aa9c2626bd66ef62e5fed.tar.bz2
spray-json-c2940250f1d6e8cf847aa9c2626bd66ef62e5fed.zip
fix dispatch url
-rw-r--r--README.markdown2
-rw-r--r--src/main/scala/spray/json/JsValue.scala2
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.