Skip to content

Commit e2dbc81

Browse files
committed
Fix links
Signed-off-by: Paul Dubs <[email protected]>
1 parent ffcf638 commit e2dbc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project shows a simple example of using Deeplearning4J in an Android application. As Gradle is the preferred build tool for Android, this project uses Gradle instead of Maven.
44

5-
The neural networks shown in this example are the same as are used in the [Moon](./src/main/java/org/deeplearning4j/examples/quickstart/modeling/feedforward/classification/MoonClassifier.java) and [Saturn](./src/main/java/org/deeplearning4j/examples/quickstart/modeling/feedforward/classification/MoonClassifier.java) examples of the dl4j-examples.
5+
The neural networks shown in this example are the same as are used in the [Moon](../dl4j-examples/src/main/java/org/deeplearning4j/examples/quickstart/modeling/feedforward/classification/MoonClassifier.java) and [Saturn](../dl4j-examples/src/main/java/org/deeplearning4j/examples/quickstart/modeling/feedforward/classification/SaturnClassifier.java) examples of the dl4j-examples.
66

77
The build configuration for Android can be found in [app/build.gradle](./app/build.gradle).
88

0 commit comments

Comments
 (0)