Skip to content

Commit 39ce482

Browse files
fix reference
1 parent 2ebea38 commit 39ce482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/datasets/graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A collection of datasets with an underlying graph structure.
44
Some of these datasets contain a single graph, that can be accessed
55
with `dataset[]` or `dataset[1]`. Others contain many graphs,
6-
accessed through `dataset[i]`. Graphs are represented by the [`Graph`](@ref) type.
6+
accessed through `dataset[i]`. Graphs are represented by the [`MLDatasets.Graph`](@ref) type.
77

88
## Index
99

0 commit comments

Comments
 (0)