From 3b13bb2d114bfe1460cff3aff4495e0c51a4b739 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 19 Apr 2018 17:12:32 -0700 Subject: Update source links in readme --- README.md | 6 +++--- 1 file 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 -- cgit v1.2.3