Skip to content

Commit ace2c98

Browse files
Fix ref in the docs (#410)
* Change ref to link to Flux DataLoader * Update docs/src/heterograph.md --------- Co-authored-by: Carlo Lucibello <[email protected]>
1 parent 76711ba commit ace2c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/heterograph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GNNHeteroGraph:
115115
num_edges: Dict((:A, :to, :B) => 640, (:B, :to, :A) => 640)
116116
num_graphs: 32
117117
```
118-
Batching is automatically performed by the [`DataLoader`](@ref) iterator
118+
Batching is automatically performed by the [`DataLoader`](https://fluxml.ai/Flux.jl/stable/data/mlutils/#MLUtils.DataLoader) iterator
119119
when the `collate` option is set to `true`.
120120

121121
```jldoctest

0 commit comments

Comments
 (0)