From ace2c989e054cac5f0f459b526f1f6e73b8d2f71 Mon Sep 17 00:00:00 2001 From: Aurora Rossi <65721467+aurorarossi@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:45:37 +0100 Subject: [PATCH] Fix ref in the docs (#410) * Change ref to link to Flux DataLoader * Update docs/src/heterograph.md --------- Co-authored-by: Carlo Lucibello --- docs/src/heterograph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/heterograph.md b/docs/src/heterograph.md index ac990c235..c05b33943 100644 --- a/docs/src/heterograph.md +++ b/docs/src/heterograph.md @@ -115,7 +115,7 @@ GNNHeteroGraph: num_edges: Dict((:A, :to, :B) => 640, (:B, :to, :A) => 640) num_graphs: 32 ``` -Batching is automatically performed by the [`DataLoader`](@ref) iterator +Batching is automatically performed by the [`DataLoader`](https://fluxml.ai/Flux.jl/stable/data/mlutils/#MLUtils.DataLoader) iterator when the `collate` option is set to `true`. ```jldoctest