Skip to content

Commit 45142c2

Browse files
committed
tweak to doc_header
1 parent 63e4e4d commit 45142c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/metadata_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function doc_header(SomeModelType)
213213
"""
214214
$name
215215
216-
Model type for $human_name, based on [$package_name]($package_url).
216+
Model type for $human_name, based on [$package_name]($package_url).jl.
217217
218218
From MLJ, the type can be imported using
219219

test/metadata_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ end
6767
FooRegressor
6868
```
6969
70-
Model type for foo regressor, based on [FooRegressorPkg](http://existentialcomics.com/).
70+
Model type for foo regressor, based on [FooRegressorPkg.jl](http://existentialcomics.com/).
7171
7272
From MLJ, the type can be imported using
7373

0 commit comments

Comments
 (0)