Skip to content

Commit b5748cb

Browse files
committed
Update links
Signed-off-by: AlexDBlack <[email protected]>
1 parent 855815d commit b5748cb

30 files changed

+36
-36
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. Check for open issues, or open a new issue to start a discussion around a
44
new example or a bug.
55
2. If you feel uncomfortable or uncertain about an issue or your changes, feel free to contact us on Gitter using the link above.
6-
3. Fork [the repository](https://github.com/deeplearning4j/dl4j-examples.git) on GitHub to start making your changes to the **master** branch (or branch off of it).
6+
3. Fork [the repository](https://github.com/eclipse/deeplearning4j-examples.git) on GitHub to start making your changes to the **master** branch (or branch off of it).
77
4. If you're providing a new example, please help reference it by adding notes
88
of relevant publications to the code comments, including links if
99
available. If you fix an existing example, write a test, which shows that the bug was fixed or that the feature works as expected.

dl4j-spark-examples/dl4j-spark/src/main/java/org/deeplearning4j/patent/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ with access to spark-submit.
5757
#After cloning this repo
5858
cd dl4j-examples/dl4j-spark-examples/dl4j-spark
5959
mvn package -DskipTests
60-
#Or, if required: mvn clean package -Dspark.version=2.4.3 -Ddl4j.spark.version=1.0.0-beta5 -Ddatavec.spark.version=1.0.0-beta5
60+
#Or, if required: mvn clean package -Dspark.version=2.4.3
6161
```
6262

6363
### Stage 2: Run Data Download and Preprocessing

tutorials/01. MultiLayerNetwork and ComputationGraph.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tutorials/01. MultiLayerNetwork and ComputationGraph.zepp.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"### Note\n",
88
"\n",
9-
"View the README.md [here](https://github.com/deeplearning4j/dl4j-examples/blob/master/tutorials/README.md) to learn about installing, setting up dependencies and importing notebooks in Zeppelin"
9+
"View the README.md [here](https://github.com/eclipse/deeplearning4j-examples/blob/master/tutorials/README.md) to learn about installing, setting up dependencies and importing notebooks in Zeppelin"
1010
]
1111
},
1212
{

tutorials/02. Built-in Data Iterators.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tutorials/02. Built-in Data Iterators.zepp.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"### Note\n",
88
"\n",
9-
"Please view the [README](https://github.com/deeplearning4j/dl4j-examples/blob/master/tutorials/README.md) to learn about installing, setting up dependencies, and importing notebooks in Zeppelin."
9+
"Please view the [README](https://github.com/eclipse/deeplearning4j-examples/blob/master/tutorials/README.md) to learn about installing, setting up dependencies, and importing notebooks in Zeppelin."
1010
]
1111
},
1212
{
@@ -209,7 +209,7 @@
209209
"source": [
210210
"### What's next?\n",
211211
"\n",
212-
"- Check out all of our tutorials available [on Github](https://github.com/deeplearning4j/dl4j-examples/tree/master/tutorials)."
212+
"- Check out all of our tutorials available [on Github](https://github.com/eclipse/deeplearning4j-examples/tree/master/tutorials)."
213213
]
214214
}
215215
],

tutorials/03. Logistic Regression.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tutorials/03. Logistic Regression.zepp.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"### Note\n",
88
"\n",
9-
"View the [README.md](https://github.com/deeplearning4j/dl4j-examples/blob/master/tutorials/README.md) to learn about installing, setting up dependencies and importing notebooks in Zeppelin."
9+
"View the [README.md](https://github.com/eclipse/deeplearning4j-examples/blob/master/tutorials/README.md) to learn about installing, setting up dependencies and importing notebooks in Zeppelin."
1010
]
1111
},
1212
{

tutorials/04. Feed-forward.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tutorials/04. Feed-forward.zepp.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"### Note\n",
88
"\n",
9-
"Please view the [README](https://github.com/deeplearning4j/dl4j-examples/blob/master/tutorials/README.md) to learn about installing, setting up dependencies, and importing notebooks in Zeppelin"
9+
"Please view the [README](https://github.com/eclipse/deeplearning4j-examples/blob/master/tutorials/README.md) to learn about installing, setting up dependencies, and importing notebooks in Zeppelin"
1010
]
1111
},
1212
{
@@ -139,7 +139,7 @@
139139
"source": [
140140
"### What's next?\n",
141141
"\n",
142-
"- Check out all of our tutorials available [on Github](https://github.com/deeplearning4j/dl4j-examples/tree/master/tutorials). Notebooks are numbered for easy following."
142+
"- Check out all of our tutorials available [on Github](https://github.com/eclipse/deeplearning4j-examples/tree/master/tutorials). Notebooks are numbered for easy following."
143143
]
144144
},
145145
{

0 commit comments

Comments
 (0)