From 7bf0d433399f0186d9a537cf563d377c11373364 Mon Sep 17 00:00:00 2001 From: Sam Garrett Date: Mon, 4 Nov 2019 19:12:08 -0500 Subject: [PATCH] fix link to scalnet examples (#8354) --- scalnet/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scalnet/README.md b/scalnet/README.md index 9f5c1dc7f..ab898b113 100644 --- a/scalnet/README.md +++ b/scalnet/README.md @@ -88,6 +88,7 @@ ScalNet uses a Keras like API, wrapping deeplearning4j to make it more easier to Also, since you can call Java code from Scala, you can still use everything from deeplearning4j. -To see what ScalNet has to offer, run one of the [examples](https://github.com/deeplearning4j/ScalNet/tree/master/src/test/scala/org/deeplearning4j/scalnet/examples) it ships with. +To see what ScalNet has to offer, run one of the [examples] +(https://github.com/eclipse/deeplearning4j/tree/master/scalnet/src/test/scala/org/deeplearning4j/scalnet/examples) it ships with. Please note that those examples are not state-of-the-art in any way, they're just enough to get you started.