aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-19 17:12:32 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-19 17:12:32 -0700
commit3b13bb2d114bfe1460cff3aff4495e0c51a4b739 (patch)
tree5098560519e91300264acca96376244844808a36
parent4b9cbddc0e84737ff4c184b80efd23bfae66583b (diff)
downloadspray-json-derivation-3b13bb2d114bfe1460cff3aff4495e0c51a4b739.tar.gz
spray-json-derivation-3b13bb2d114bfe1460cff3aff4495e0c51a4b739.tar.bz2
spray-json-derivation-3b13bb2d114bfe1460cff3aff4495e0c51a4b739.zip
Update source links in readme
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 34221a6..ed0e553 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ code](https://github.com/propensive/magnolia)) typeclass derivation
library to implicitly generate JSON formats for any product
type. Magnolia integrates with spray seamlessly, to such a point that
the contents of
-[DerivedFormats.scala](src/main/scala/DerivedFormats.scala) provide
+[DerivedFormats.scala](shared/src/main/scala/DerivedFormats.scala) provide
almost all functionality.
## Getting Started
@@ -143,8 +143,8 @@ of drawbacks to consider:
## Documentation
Check out the main file
-[DerivedFormats.scala](src/main/scala/DerivedFormats.scala) and the
-[test suite](src/test/scala/ProductTypeFormatTests.scala) for a complete
+[DerivedFormats.scala](shared/src/main/scala/DerivedFormats.scala) and the
+[test suite](shared/src/test/scala/ProductTypeFormatTests.scala) for a complete
overview of the project.
## Development