Skip to content

Commit 35eceb1

Browse files
Merge pull request #2286 from SuryanarayanaY:patch-4
PiperOrigin-RevId: 582517284
2 parents 60abeb0 + e865955 commit 35eceb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/quickstart/beginner.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"\n",
126126
"## Load a dataset\n",
127127
"\n",
128-
"Load and prepare the [MNIST dataset](http://yann.lecun.com/exdb/mnist/). The pixel values of the images range from 0 through 255. Scale these values to a range of 0 to 1 by dividing the values by `255.0`. This also converts the sample data from integers to floating-point numbers:"
128+
"Load and prepare the MNIST dataset. The pixel values of the images range from 0 through 255. Scale these values to a range of 0 to 1 by dividing the values by `255.0`. This also converts the sample data from integers to floating-point numbers:"
129129
]
130130
},
131131
{

0 commit comments

Comments
 (0)