Skip to content

Commit f6d8f7f

Browse files
committed
Fix link
1 parent 9c3308a commit f6d8f7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gallery/transforms/plot_custom_transforms.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ def transform(self, inpt: Any, params: Dict[str, Any]):
144144
# transform each input, based on their type.
145145
#
146146
# If you're curious why the other tensor (``torch.arange()``) didn't get passed
147-
# to ``transform()``, see :ref:`passthrough_heuristic`.
147+
# to ``transform()``, see :ref:`this note <passthrough_heuristic>` for more
148+
# details.
148149
#
149150
# Advanced: The ``make_params()`` method
150151
# --------------------------------------

0 commit comments

Comments
 (0)