Skip to content

Commit 605a736

Browse files
authored
Fix linkcheck
1 parent fca4d99 commit 605a736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/basics/buildmodel_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def forward(self, x):
104104
##################################################
105105
# nn.Flatten
106106
# ^^^^^^^^^^^^^^^^^^^^^^
107-
# We initialize the `nn.Flatten <https://pytorch.org/docs/stable/generated/torch.nn.Flatten.html>`_
107+
# We initialize the `nn.Flatten <https://docs.pytorch.org/docs/stable/generated/torch.nn.modules.flatten.Flatten.html>`_
108108
# layer to convert each 2D 28x28 image into a contiguous array of 784 pixel values (
109109
# the minibatch dimension (at dim=0) is maintained).
110110

0 commit comments

Comments
 (0)