diff --git a/docs/src/extended_examples/MNIST/notebook.jl b/docs/src/extended_examples/MNIST/notebook.jl index 4b3a97c..0e02bc1 100644 --- a/docs/src/extended_examples/MNIST/notebook.jl +++ b/docs/src/extended_examples/MNIST/notebook.jl @@ -37,7 +37,7 @@ images, labels = MNIST(split=:train)[:]; # must force the labels to have the `Multiclass` [scientific # type](https://juliaai.github.io/ScientificTypes.jl/dev/). For # more on this, see [Working with Categorical -# Data](https://alan-turing-institute.github.io/MLJ.jl/dev/working_with_categorical_data/). +# Data](https://juliaai.github.io/MLJ.jl/dev/working_with_categorical_data/). labels = coerce(labels, Multiclass); images = coerce(images, GrayImage); diff --git a/docs/src/extended_examples/MNIST/notebook.md b/docs/src/extended_examples/MNIST/notebook.md index da047f7..527c7b6 100644 --- a/docs/src/extended_examples/MNIST/notebook.md +++ b/docs/src/extended_examples/MNIST/notebook.md @@ -44,7 +44,7 @@ In MLJ, integers cannot be used for encoding categorical data, so we must force the labels to have the `Multiclass` [scientific type](https://juliaai.github.io/ScientificTypes.jl/dev/). For more on this, see [Working with Categorical -Data](https://alan-turing-institute.github.io/MLJ.jl/dev/working_with_categorical_data/). +Data](https://juliaai.github.io/MLJ.jl/dev/working_with_categorical_data/). ````@example MNIST labels = coerce(labels, Multiclass); diff --git a/docs/src/extended_examples/MNIST/notebook.unexecuted.ipynb b/docs/src/extended_examples/MNIST/notebook.unexecuted.ipynb index a66fe8a..3caeed2 100644 --- a/docs/src/extended_examples/MNIST/notebook.unexecuted.ipynb +++ b/docs/src/extended_examples/MNIST/notebook.unexecuted.ipynb @@ -100,7 +100,7 @@ "must force the labels to have the `Multiclass` [scientific\n", "type](https://juliaai.github.io/ScientificTypes.jl/dev/). For\n", "more on this, see [Working with Categorical\n", - "Data](https://alan-turing-institute.github.io/MLJ.jl/dev/working_with_categorical_data/)." + "Data](https://juliaai.github.io/MLJ.jl/dev/working_with_categorical_data/)." ], "metadata": {} },