Skip to content

Commit bb7a0e0

Browse files
committed
replace broken links
1 parent 03ccc2d commit bb7a0e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/metadata_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ depwarn_docstring(T) =
7171
Regarding $T: `metadata_model` should not be called with the keyword argument `descr`
7272
or `docstring`. Implementers of the MLJ model interface should instead create an
7373
MLJ-compliant docstring in the usual way. See
74-
https://alan-turing-institute.github.io/MLJ.jl/dev/adding_models_for_general_use/#Document-strings
74+
https://juliaai.github.io/MLJ.jl/dev/adding_models_for_general_use/#Document-strings
7575
for details.
7676
7777
"""

src/model_api.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following trait overload is also required:
4747
training_losses(model, report) = nothing
4848

4949
# to support online learning in the future:
50-
# https://github.com/alan-turing-institute/MLJ.jl/issues/60 :
50+
# https://github.com/JuliaAI/MLJ.jl/issues/60 :
5151
function update_data end
5252

5353
"""
@@ -67,7 +67,7 @@ the model-specific representations of the data.
6767
6868
To implement the `reformat` data front-end for a model, refer to
6969
"Implementing a data front-end" in the [MLJ
70-
manual](https://alan-turing-institute.github.io/MLJ.jl/dev/adding_models_for_general_use/).
70+
manual](https://juliaai.github.io/MLJ.jl/dev/adding_models_for_general_use/).
7171
7272
7373
"""

0 commit comments

Comments
 (0)