Skip to content

Commit dfa2b48

Browse files
committed
fix broken link to close JuliaAI/MLJ.jl#1189
1 parent 3b44781 commit dfa2b48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/extended_examples/MNIST/notebook.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ images, labels = MNIST(split=:train)[:];
3737
# must force the labels to have the `Multiclass` [scientific
3838
# type](https://juliaai.github.io/ScientificTypes.jl/dev/). For
3939
# more on this, see [Working with Categorical
40-
# Data](https://alan-turing-institute.github.io/MLJ.jl/dev/working_with_categorical_data/).
40+
# Data](https://juliaai.github.io/MLJ.jl/dev/working_with_categorical_data/).
4141

4242
labels = coerce(labels, Multiclass);
4343
images = coerce(images, GrayImage);

docs/src/extended_examples/MNIST/notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In MLJ, integers cannot be used for encoding categorical data, so we
4444
must force the labels to have the `Multiclass` [scientific
4545
type](https://juliaai.github.io/ScientificTypes.jl/dev/). For
4646
more on this, see [Working with Categorical
47-
Data](https://alan-turing-institute.github.io/MLJ.jl/dev/working_with_categorical_data/).
47+
Data](https://juliaai.github.io/MLJ.jl/dev/working_with_categorical_data/).
4848

4949
````@example MNIST
5050
labels = coerce(labels, Multiclass);

docs/src/extended_examples/MNIST/notebook.unexecuted.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"must force the labels to have the `Multiclass` [scientific\n",
101101
"type](https://juliaai.github.io/ScientificTypes.jl/dev/). For\n",
102102
"more on this, see [Working with Categorical\n",
103-
"Data](https://alan-turing-institute.github.io/MLJ.jl/dev/working_with_categorical_data/)."
103+
"Data](https://juliaai.github.io/MLJ.jl/dev/working_with_categorical_data/)."
104104
],
105105
"metadata": {}
106106
},

0 commit comments

Comments
 (0)